body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.navbar {
    background-color: #FDFDFF;

    .navbar-brand {
        img {
            width: auto;
            height: 4.875rem;
        }
    }
}