.new-header{
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        background-color: #404041;
        opacity: 1;
        overflow: hidden;
        height: 10.5dvh;
        display: flex;
        align-items: center;
    }
    .button{
        display: block;
        text-decoration: none;

        padding: 3.22dvh 21dvw 3.22dvh 40px;
        background-color: transparent;
        color: #F6C52D;
        font-size: 16px;


    }
    .button img{
        display: block;
        height: 2dvh;
        width: auto;
    }


    .logo{
        display: block;
        text-decoration: none;

        position: absolute;
        z-index: 3;

        top: 1.6dvh;
        left: calc(50% - 5.5dvh);
        width: 11dvh;
    }
    .logo img{
        display: block;
        width: 100%;
        height: auto;
    }