body {

    width: fit-content;

}

.A {
    border: 3px solid white;
    box-shadow: 0 0 20px 1px;
    border-radius: 30px;
    padding: 40px;
    width: 15%;
    height: fit-content;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.B {
    border: 3px solid white;
    box-shadow: 0 0 20px 1px;
    border-radius: 30px;
    color: black;
    float: left;
    width: 15%;
    height: fit-content;
    padding: 40px;
    margin-left: 30px;
    text-align: center;
    align-items: center;


}

.C {
    border: 3px solid white;
    box-shadow: 0 0 20px 1px;
    border-radius: 30px;
    color: black;
    float: left;
    width: 15%;
    height: fit-content;
    padding: 40px;
    margin-left: 30px;
    text-align: center;
}

.D {
    border: 3px solid white;
    box-shadow: 0 0 20px 1px;
    border-radius: 30px;
    color: black;
    float: left;
    width: 15%;
    height: fit-content;
    padding: 40px;
    margin-left: 30px;
    text-align: center;
}

.AA {
    background-color: rgb(239, 56, 156);
    box-shadow: 5px 2px 9px 1px rgb(150, 151, 148);
    color: black;
    border-radius: 4px;
    width: fit-content;
    padding: 10PX;
    margin: 20px;
    font-size: 20px;
    border-radius: 50px;
    font-weight: bolder;
}

.checked {
    color: orange;
}
.img{
    border-radius: 100px;
}