.homepagelogo {
    position: fixed;
    left: 15px;
    top: 15px;
    z-index: 999;
}
    .homepagelogo img {
        width: 60px;
        height: 60px;
    }

.bg-light {
    --bs-bg-opacity: 0.95 !important;
}

.loginbutton {
    position: fixed;
    right: 15px;
    top: 15px;
    text-align: center;
    color: #fff;
    background: rgba(52,58,64,.5);
    z-index: 999;
    font-family: 'Poppins';
}

--bs-font-sans-serif {
    font-family: Poppins, sans-serif !important;
}

.fontPoppins {
    font-family: Poppins, sans-serif !important;
}
