body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eeeeee;
}

body div {
  margin: 20px 0px 40px 0px;
  font-size: 36px;
  font-weight: bold;
}