@media screen and (min-width: 356px) { 
     body,html{
         font-size: 10vw !important;
     }  
     header{
        width: 100%; 
         height: 0.6rem;
     } 
     .header-box{
         height: 0.6rem;
         font-size: 0.24rem;
     }
     .topbar{
         height: 0.6rem;
     }
     .topbar h1 {
        line-height: 0.6rem;
    }

    .topbar h1>img {
        max-width: 3.5rem;
        width: 100%;
        margin-bottom: 0.07rem;
    }

}


@media screen and (min-width: 768px) {

    body,
    html {
        font-size: 60px !important;
    }

    header {
        max-width: 19.20rem;
        width: 100%;
        height: 0.6rem;
    }

    .header-box {
        height: 0.6rem;
        font-size: 0.24rem;
    }

    .topbar {
        max-width: 15.80rem;
        height: 0.6rem;
    }

    .topbar h1 {
        line-height: 0.6rem;
    }

    .topbar h1>img {
        max-width: 3.5rem;
        width: 100%;
        margin-bottom: 0.07rem;
    }

    .topbar-right>div {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 50%;
        margin-left: 12%;
    }

    .topbar-right a {
        color: white;
        transition: color 0.6s ;
    }
    .topbar-right a:hover{
        color: rgb(225, 224, 224);
    }


    .changeLanguage {
        text-align: right;
        padding-right: 5%;
        font-size: 0.2rem;
        cursor: pointer;
    }





}

@media screen and (min-width: 992px) {

    body,
    html {
        font-size: 100px !important;
    }

    header {
        max-width: 19.20rem;
        width: 100%;
        height: 0.6rem;
    }

    .header-box {
        height: 0.6rem;
        font-size: 0.24rem;
    }

    .topbar {
        max-width: 15.80rem;
        height: 0.6rem;
    }

    .topbar h1 {
        line-height: 0.6rem;
    }

    .topbar h1>img {
        max-width: 3.5rem;
        width: 88.6%;
        margin-bottom: 0.07rem;
    }

    .topbar-right>div {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 50%;
        margin-left: 12%;
    }

    .topbar-right a {
        color: white;
    }

  

    .changeLanguage {
        text-align: right;
        padding-right: 5%;
        font-size: 0.2rem;
        cursor: pointer;
    }

}