* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    align-content: center;
    font-family: "Gill Sans", sans-serif;
    align-content: center;
    justify-content: center;

}

.cantainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 15px;
    align-content: center;
    border-radius: 7px;
    box-shadow: 5px 5px 15px;

}

.result {
    height: 375px;
    width: 255px;
    background-image: linear-gradient(to top, rgb(173, 218, 230), blue);

}

.circlr {
    height: 122px;
    width: 122px;
    background-image: linear-gradient(to bottom, lightblue, blue);
    border-radius: 51%;
    text-align: center;
    align-content: center;
    position: relative;
    left: 25%;


}

.result {
    color: white;
    text-align: center;
    border-radius: 21px;

}

.item {
    height: 375px;
    width: 255px;
    background-color: white;
    border-radius: 21px;
    text-align: center;
    justify-content: center;
    align-items: center;


}



.Reaction {
    background-color: rgba(172, 255, 47, 0.349);
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
    margin: 17px;
    color: #11a900;
    height: 35px;
    text-align: end;
    align-items: center;
}

.Memory {
    background-color: rgba(205, 135, 50, 0.365);
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
    margin: 17px;
    height: 35px;
    color: rgb(255, 157, 0);
    align-items: center;

}

.Verbal {
    background-color: rgba(68, 255, 0, 0.183);
    background-position-x: center;
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
    margin: 17px;
    height: 35px;
    color: rgb(1, 169, 21);
    align-items: center;
}

.Visual {
    background-color: rgba(255, 192, 203, 0.244);
    background-position-x: center;
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
    margin: 17px;
    height: 35px;
    color: rgb(252, 69, 100);
    align-items: center;
}

.button {
    background-color: rgb(53, 53, 52);
    border-radius: 7px;
    margin: 25px;
    height: 25px;
    align-content: center;
    color: rgb(255, 255, 255);
}

.bold {
    color: black;
    font-weight: bold;
}