body{
  min-height: 400px;
   border: 8px solid black;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
 
}

.box{
  height: 60;
  width: 200px;
  background-color: navy;
  font-size: 30px;
}