
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: "Hanken Grotesk";
}

.example {
    box-shadow: 5px 5px 5px 5px lightgray;
    border-color: white;
    border-radius: 25px;
    height: 450px;
    width: 700px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.results {
    border-color: blue;
    background-color: #342EEA;
    border-radius: 25px;
    height: 100%;
    width: 70%;
}

.attribution {
    font-size: 11px; text-align: center;
    color: hsl(228, 45%, 44%);
    display: block;
    position: absolute; bottom: 5px;
}

.grade-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 175px;
    width: 175px;
    margin-left: 87px;
}
.grade-circle span {
    text-align: center;
    position: absolute;
}
.grade-circle::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(to top, rgba(75, 50, 203, 0), #4B32CB);
     border-radius: 50%;
 }
.grade {
    font-size: 60px;
    color: #FEFFFF;
    margin-top: -31px;
    font-weight: bolder;
}
.of {
    color: #7F71F9;
    margin-top: 50px;
}

h2 {
    color: #FAFEFF;
    font-weight: bold;
    display: inline-flex;
    height: 3px;
}
.description {
    color: #A7A5FE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 59px;
    padding-right: 56px;
}


.summary {
    width: 70%;
}

.reaction{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #FFF6F5;
    width: 240px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.reaction-content {
    display: flex;
    align-items: center;
    color: #D57B7B;
}
.reaction img {
    margin-right: 10px;
}
.verbal {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #F2FBFA;
    width: 240px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.verbal-content {
    display: flex;
    align-items: center;
    color: #47B495;
}
.verbal img {
    margin-right: 10px;
}
.visual{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #F3F3FD;
    width: 240px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px
}
.visual-content {
    display: flex;
    align-items: center;
    color: #383E95;
}
.visual img {
    margin-right: 10px;
}
.memory{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #FFFBF2;
    width: 240px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px
}
.memory-content {
    display: flex;
    align-items: center;
    color: #F8BE4E;
}
.memory img {
    margin-right: 10px;
}

.h1results {
    color: #CBC6FE;
    margin-top: 30px;
}
.continue {
    border-radius: 25px;
    background-color: #303B59;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 43px;
    margin-top: 33px;
    text-align: center;
    margin-bottom: 10px;
    color: #DFE8EF;
    font-size: 16px;
}
h3 {
    /*text-align: start;*/
    /*margin-left: 40px;*/
    display: inline-flex;
    margin-right: 165px;
    margin-bottom: 10px;
    margin-top: 24px;
}

.visual-num {
    display: inline-block;
}
.visual-text {
    display: inline-block;
}