

body {
  width: 500px;
  margin: 0 auto;
}


div {
  display: flex;
justify-content: center;
  align-items: center;
 height: 80%;
}

