html {
  height: 100%;
}

body {
  align-items: center;
  background-color: #6272a4;
  display: flex;
  height: 100%;
  font-size: 120px;
  justify-content: center;
}
