body{
    font-family: 'Arvo', serif;
}
.navbar{
    background-color: rgb(89, 89, 89);
    width: 100%;
}
.logo-icon{
    height: auto;
    max-width: 100px;
    margin:auto;
}
.navbar span, .navbar-nav a{
    color:rgba(255, 255, 255, 0.836);
}
.navbar span{
    font-size: 22px;
    margin: 20px;
}
.navbar-nav a{
    font-size: 17px;
    padding: 40px 20px !important;
    text-decoration: none;
}
.navbar-nav a:hover{
    text-decoration:underline;
    color: #ae0404;
}
.navbar-itens{
    justify-content: flex-end;
}
.dropdown-menu{
    background-color: rgb(89, 89, 89) !important ;
}