/*.container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.logo img{
    width: 120px;
    height: auto;
}*/

/*@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Light.ttf);
}

body{
    font-family: Lato;
}*/

.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: grey;
}