.header-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    font-family: 'Poppins', sans-serif !important;

    .logo{
        max-width: 100%;
        height: auto;
        position: absolute;
        width: 100px;
        top: 15px;
        left: 10%;
    }

    .link-white{
        text-decoration: none;
        color: #fff;
        font-weight: 800;
    }
}