body {
    background: radial-gradient(circle, #b6f3ff, #FFF2D2);
    display: flex;
    align-items: center;  
    flex-direction: row;
    background-size: cover;
}

img {
    display: flex;
    height: auto; 
    width: 20rem;
    width: 100%;  
    height: auto;
    display: block;
    justify-content: flex-end;
    padding-right: 0; 
}

.box {
    flex-direction: column;
    justify-content: center;
   
} 
.selection {
    display: flex;
    justify-content: center;
}
.image{
    flex-direction: row-reverse;
}