body {
  background-color: aliceblue;
  display: grid;
  justify-content: center;
  grid-template-columns: 5;
}
