.box {
    text-align: center;
}
.box-1{
    background-color: red;
    height: 100px;
}
.box-2 {
    background-color: royalblue;
    height: 100px;
}
.box-3 {
    background-color: aquamarine;
    height: 100px;
}
