*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Aleo', serif;
  font-size: 24px;
  background: linear-gradient(90deg,rgba(255,255,255,0.7),rgba(255,255,255,0.7)), url(/img/riddle-bg.jpg);
  background-size: contain;
  background-position: top;
  background-repeat: repeat;
}
main {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.q {
  white-space: pre;
}
.a input {
  display: block;
  padding: 8px;
  font-size: 32px;
}
button {
  padding: 8px;
  margin-top:1em;
  width: 100%;
}
h1 {
  font-size: 48px;
  margin: 1em;
  text-align: center;
}
