
body {
    font-family: 'Roboto';
}
.navbar-brand .logo {
    width: 30%; 
}

.navbar-nav {
    text-align: center;
}
.logo {
    margin-left: 70%;
}
.navbar-nav .nav-item {
    margin-left: 20px;
    margin-right: 10px;
}
footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

footer .footer-link  {
    color: white;
    text-decoration: none;
  
}

footer .footer-link:hover {
    text-decoration: none;
    color: bisque;
}
.logo-footer {
    width: 30%;
    height: auto;
    padding-bottom: 30px;
    top: 10%;
}
.nemu-footer{
    padding-top: 3%;
}
@media (max-width: 576px) {
    footer .footer-links {
        flex-direction: column;
        align-items: center;
    }
    .navbar-brand .logo{
        margin-bottom: -50px;
    }
}

.wpp-button {
    position: fixed;
    right: 0.5rem;
    bottom: 3rem;
    top: auto;
    transform: translate(0);
}
.wpp-button__img {
    height: 56px;
    width: 56px;
    position: static;
    transform: translate(0);
}
.wpp-button:hover .wpp-button__img {
    transform: translate(0);
    width: 60px;
    height: auto;
}
.wpp-button__text-wrapper {
    display: none;
}