html {
    font-size: 62.5%
}
body{
    font-family: 'Roboto', 'Montserrat', 'Helvetica Neue', sans-serif;
    font-size:1.8rem;
}
a{
    text-decoration: none;
}
.flex {
    display: flex !important;
}
@media (min-width:768px){
    header{
        display: flex;
        align-items: center;
        justify-content:center;
        height: 80px;
        background: #FFFFFF;
    }
    
    header .logo{
        height: 27px;
        margin: 1.2rem;
    }
    
    main{
        background: radial-gradient(68.43% 68.43% at 78.51% 24.28%, #D154F0 0%, #3400D5 100%);
        min-height: 200px;
    }
    
    .asset_1{
        width: 870px;
        padding-top: 2rem;
    }
    
    .asset_2{
        margin-top: 3rem;
        width: 866px;
        height: 215px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 30px;
        text-align: center;
        padding: 3.5rem;
    }
    
    .text_gradient {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 70px;
        line-height: 85px;
        background: -webkit-linear-gradient(#FFD114, #FFE166);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .text_1{
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-size: 55px;
        line-height: 64px;
        text-align: center;
        color: #FFFFFF;
    }
    
    .text_2{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 38px;
        line-height: 65px;
        text-align: center;
        color: #FFFFFF;
    }
    
    .asset_3{
        position: relative;
        margin-top: 17rem;
        background: url(../img/singer.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 711px;
        height: 929px;
    }
    
    .a20tr{
        position: absolute;
        width: 275px;
        height: 275px;
        left: -155px;
        top: -45px;
    
    }
    .a700m{
        position: absolute;
        width: 275px;
        height: 275px;
        right: -155px;
        top: 0px;
    }
    
    .soanq{
        position: absolute;
        left:-120px;
        bottom: -80px;
    }
    .soanq div{
        width: 896.24px;
    }
    
    .asset_4{
        margin-top: 10rem;
        padding:1rem;
        text-align: center;
    }
    
    .asset_4 span{
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 50px;
        line-height: 70px;
        text-align: center;
        color: #FFFFFF;
    }
    
    .asset_5{
        margin-top: 6rem;
    }
    
    .btn_register{
        width: 570px;
        height: 100px;
        background: linear-gradient(87.84deg, #04B500 9.38%, #25CF22 91.55%);
        border-radius: 100px;
    
        display:flex;
        justify-content:center;
        align-items:center;
        
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 47px;
        color: #FFFFFF;
    }
    
    .asset_6 {
        margin-top: 3.5rem;
        text-align: center;
    }
    
    .asset_6 span{
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 45px;
        text-align: center;
        color: #FFFFFF;
    }
}


@media (max-width: 767px){
    header{
        display: flex;
        align-items: center;
        justify-content:center;
        height: 42px;
        background: #FFFFFF;
    }
    
    header .logo{
        height: 16px;
        margin: 1.2rem;
    }
    
    main{
        background: radial-gradient(68.43% 68.43% at 78.51% 24.28%, #D154F0 0%, #3400D5 100%);
        min-height: 200px;
    }
    
    .asset_1{
        width: 240px;
        padding-top: 1rem;
    }
    
    .asset_2{
        margin-top: 1.5rem;
        width: 297px;
        height: 77px;
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 15px;
        text-align: center;
        padding: 1rem;
    }
    
    .text_gradient {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 24px;
        line-height: 28px;
        background: -webkit-linear-gradient(#FFD114, #FFE166);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .text_1{
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #FFFFFF;
    }
    
    .text_2{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
    }
    
    .asset_3{
        position: relative;
        margin-top: 3.8rem;
        background: url(../img/singer.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 180px;
        height: 221px;
    }
    
    .a20tr{
        position: absolute;
        width: 79px;
        height: 79px;
        left: -45px;
        top: -15px;
    
    }
    .a700m{
        position: absolute;
        width: 79px;
        height: 79px;
        right: -45px;
        top: 0px;
    }
    
    .soanq{
        position: absolute;
        left:-35px;
        bottom: -30px;
    }
    .soanq div{
        width: 253.24px;
    }
    
    .asset_4{
        margin-top: 3rem;
        padding:.5rem;
        text-align: center;
    }
    
    .asset_4 span{
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
    }
    
    .asset_5{
        margin-top: 1.7rem;
    }
    
    .btn_register{
        width: 299px;
        height: 46px;
        background: linear-gradient(87.84deg, #04B500 9.38%, #25CF22 91.55%);
        border-radius: 100px;
    
        display:flex;
        justify-content:center;
        align-items:center;
        
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        color: #FFFFFF;
    }
    
    .asset_6 {
        margin-top: 1.5rem;
        text-align: center;
    }
    
    .asset_6 span{
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
    }
}