.main{
    border-radius: 15px;
    background: radial-gradient(98.96% 98.96% at 50% 0%, #232A34 0%, #181E27 100%);
    padding:2rem 1.5rem;
    margin:0 auto 0 auto;
}

body{background-color: #131518;

}

.submit{
    margin-top:2rem;
    border-radius: 1.4rem;
    width:100%;
    background-color: #FC7614;
    padding:1rem 0;
    color:#131518;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Text Preset 5 (Bold) - Overpass Bold - 14px - 18px Line Height - 1.87px Line Spacing */
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    letter-spacing: 1.87px;
    text-align: center;
}

.submit:hover{
    background-color:#FFF;
    color:#131518;
}


.buttons-container{
    margin-top:1rem;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

img{
    margin:0 auto;
}

.circle{
    border-radius: 50%;
    padding:1rem;
    background-color: #262E38;

}

button{
    border:none;
    color:#969FAD;
}

img.circle{
    margin:0;
}
button.circle:hover{
    background-color: #FFF;
    color:#262E38;
}

.active{
    background-color:#FC7614 ;
    color:#262E38;
}
button.active:hover{
    background-color: #FC7614;
    color:#262E38;
}

.image-wrapper{
    display:flex;
    flex-direction: row;
    justify-content:left;
    align-items: center;
}

h1{
    color:#FFF;
    text-align: left;
    margin-top:2rem;

    font-family: Overpass;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 125% */
}


@media (min-width:1100px){
    body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100vh;
    }

    .main{
        width:25.75rem;
    }

    .score-block{
        padding: 0 1rem;
        border-radius: 22.5px;
        background-color: #262E38;
        color:#FC7614;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        /* Text Preset 4 (Regular) - Overpass Regular - 15px - 24px Line Height - 0px Line Spacing */
        font-family: Overpass;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-top:2rem;
    }


    .header-thank
    {
        color:#FFF;
        margin-top:2.25rem;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        /* Text Preset 1 - Overpass Bold - 28px - 35px Line Height - 0px Line Spacing */
        font-family: Overpass;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px
    }
    .thank-description{
        margin-top:1rem;
        color:#969FAD;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        /* Text Preset 4 (Regular) - Overpass Regular - 15px - 24px Line Height - 0px Line Spacing */
        font-family: Overpass;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 160% */
    }

    .p-how{
        margin-top:1rem;
        color: #969FAD;
        font-feature-settings: 'liga' off, 'clig' off;
        text-align: left;
        /* Text Preset 4 (Regular) - Overpass Regular - 15px - 24px Line Height - 0px Line Spacing */
        font-family: Overpass;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 160% */
    }
}