h1 {
  text-align: center;
  font-family: "Press Start 2P", cursive;
  text-transform: uppercase;
  font-size: 50px;
  color: #7ae4ff;
}

h2,
h3,
h4 {
  color: #000000;
}

body {
  background-color: #297e94;
}

section {
  display: flex;
  flex-direction: column;
  margin: 20px;
  padding: 25px;
  border: 2px solid #000000;
  background-color: #55c4e0;
}

ol li {
  padding: 5px;
}

input[type="radio"] {
  transform: scale(1.3);
}

#submit,
#next,
#restart,
#start {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  border: 1px solid #000000;
  padding: 15px 15px;
}
