* {
  box-sizing: border-box;
}

body {
  align-items: center;
  background-color: rgb(3, 169, 244);
  color: rgb(255, 255, 255);
  display: flex;
  font-family: monospace;
  font-size: 2em;
  justify-content: center;
  margin: 0;
}