body {
  background-color: #ab0707b3;
}

body>div>div {
  display: inline-grid;
  width: 98vw;
  height: 98vh;
  align-content: space-around;
}

body>div>div>div {
  display: inline-grid;
  font-size: 90px;
  height: 45vh;
  justify-items: center;
  color: yellow;
  text-transform: capitalize;
}