* {
  box-sizing: border-box;
}

body {
  background-color: #e2e22a;
  color: #660000;
  text-align: center;
  font-size: larger;
}
