.flex {display: flex; flex-direction: column; height: 600px; justify-content: space-around; align-items: center;}
.box { display: flex; align-items: center; justify-content: center; background-color: #F1C7BA; width: 300px; height: 120px; box-shadow: 8px 10px #D3B7AF; border-radius: 60px; flex-direction: column;}
body {background-color: #FFF9F9}
.center {background-color: white; height: 40px; width: 200px; display: flex; justify-content: center; align-items: center;}
.time { font-size: 50px;}
.under { background-color: grey; height: 20px; width: 200px; display: flex; align-items: center; justify-content: flex-end;}