footer{
    background-color: #597855 ;
}

footer  img{
    width: 2.5vw;
}

footer p{
    font-size: 20px;
    text-align: left;
}

h1, h2, p{
    text-align: center;
}

h1{
    font-size: 40px;
}

body{
    font-family: "Comfortaa", sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: white;
}

header {
    font-size: 1.5vw;
    color: white;
    background-color: #313818;
}

.logo_otun {
    width: 12.5vw;
    justify-content: left;
    align-items: left;
}

a {
    text-decoration: none;
}

header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header ul {
    float: right;
    margin-left: 280px;
}

.li_location{
    padding-bottom: 3px;
    border-bottom: 2px solid #fff;
}

.menu:hover{
    padding-bottom: 3px;
    border-bottom: 2px solid #fff;
}

.menu{
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid transparent;
}

header ul li{
    margin: 5px;
    list-style-type: none;
    display: inline;
    justify-content: center;
    align-items: center;

}

header ul li a{
    color: white;  
}

header a img{
    float: left;
}