h1{
    text-align: center;
}


.box1 {
    
    width: 50px;
    height: 50px;
    border-radius: 10%;
    background-color: aqua;
    margin: 10px;
}

.box2 {
    
    width: 50px;
    height: 50px;
    border-radius: 10%;
    background-color: rgb(255, 0, 255);
    margin: 10px;
}

