.box1{
    background-color: greenyellow;
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    font-size: 50px;
}
.box2{
    background-color: rgb(250, 0, 0);
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    font-size: 50px;
}