body{
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.your_result{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

.result{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image:linear-gradient(180deg,hsl(252, 100%, 67%),hsl(241, 81%, 54%));
    color: hsl(221, 12%, 73%);
    border-radius: 0 0 35px 35px;
    border: none;
    margin: 0;
}

.score{
    color: white;
    text-align: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-image:linear-gradient(180deg,hsla(256, 72%, 46%, 1), hsla(241, 72%, 46%, 0));
}

.score_result{
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 700;
}

.score_out_of{
    margin-top: 2px;
    font-size: 14px;
    color: hsl(221, 12%, 73%);

}

.goal_score{
    color: hsl(221, 12%, 73%);
}

.feedback{
    color: white;
    font-weight: 500;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.result_feedback{
    margin-bottom: 25px;
    width: 82%;
}

fieldset{
    border: none;
    margin: 10px 10px; 
}

.summary_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    height: 50px;
    margin: 20px 0; 
}
.section_title{
    display: flex;
    margin-left: 15px;
}

.section_score{
    margin-right: 10px;
    font-size: small;
    font-weight: 700;
    color: hsl(224, 30%, 27%);
}

.reaction_section{
    background-color: hsl(0, 100%, 97%);
}

.reaction{
    color: hsl(0, 100%, 67%);
    font-weight: bold;
    font-size: small;
    margin-left: 10px;
}

.memory_section{
    background-color: hsl(39, 100%, 97%);
}

.memory{
    color: hsl(39, 100%, 56%);
    font-weight: bold;
    font-size: small;
    margin-left: 10px;
}

.verbal_section{
    background-color: hsl(166, 100%, 97%);
}

.verbal{
    color: hsl(166, 100%, 37%);
    font-weight: bold;
    font-size: small;
    margin-left: 10px;
}

.visual_section{
    background-color: hsl(234, 85%, 97%);
}

.visual{
    color: hsl(234, 85%, 45%);
    font-weight: bold;
    font-size: small;
    margin-left: 10px;

}

.continue_button{
    width: 100%;
    height: 50px;
    background-color: hsl(224, 30%, 27%);
    border-radius: 25px;
    color: hsla(222, 100%, 96%, 0.911);
    font-size: large;
    border: none;
}

@media screen and (min-width: 1440px) {
    body{
    }
    
    .app{
        display: flex;
        background-color: white;
        justify-content: center;
        margin: 15% 0;
        padding: 0;

    }

    .result{
        width: 25%;
    }


    .summary_fieldset{
        width: 25%;
    }

    .result{
    border-radius: 35px 35px 35px 35px;

    }

}