* { margin: 0; padding: 0; box-sizing: border-box; } .box1 { display: flex; height: 200px; width: 200px; margin: 15px auto; border: 3px solid rgb(0, 0, 0); border-radius: 9px; justify-content: space-around; flex-direction: column; } .box2 { display: flex; height: 200px; width: 200px; margin: 15px auto; border: 3px solid rgb(0, 0, 0); border-radius: 9px; justify-content: space-around; flex-direction: column; } .box3 { display: flex; height: 200px; width: 200px; margin: 15px auto; border: 3px solid rgb(0, 0, 0); border-radius: 9px; justify-content: space-around; flex-direction: column; } .box4 { display: flex; height: 200px; width: 200px; margin: 15px auto; border: 3px solid rgb(0, 0, 0); border-radius: 9px; justify-content: space-around; flex-direction: column; } .box5 { display: flex; height: 200px; width: 200px; margin: 15px auto; border: 3px solid rgb(0, 0, 0); border-radius: 9px; justify-content: space-around; flex-direction: column; }