
head{
    justify-content: center;
    align-items: center;
    display: 100vh;
}



li{
    list-style: none;
}


.row{margin-top: 100px;

}

h2{
    color: #DBA39A;
    text-align: center;
    margin-right: 30px;
    font-family: 'Abril Fatface', serif;  
    font-size: 38px;
}

p{
    font-family: 'Nanum Myeongjo', serif;
    font-size: 16px;
    text-align: center;
}

.text-body-emphasis{
    
    font-family: 'Abril Fatface', serif;
    font-size: 35px;
}



.container-fluid{
    background-color: black;
    margin-top: -10px;

}

.navbar-collapse{
    text-transform: lowercase;
    background-color: black;
 
}

.navbar-toggler-icon{
    background-color: white;
    opacity: 9%;
    
}


.nav-link{
    color: white;
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;

}

.footer{
     padding-top: 200px;
}
