body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

summary {
  cursor: pointer;
  font-family: monospace, sans-serif;
  font-weight: bold;
  color: darkblue;
  margin-bottom: 6px;
}

summary:hover {
  text-shadow: 1px 1px pink;
}

input {
  margin: 0;
  padding: 3px 5px;
  font-family: monospace, sans-serif;
  border: 1px dotted black;
  border-bottom: 1px solid black;
  outline: none;
}

details {
  text-align: center;
  min-height: 100px;
}

button {
  margin: 0;
}

#splash h1 {
  font-family: "Shrikhand", serif;
  text-shadow: 1px 2px pink;
  letter-spacing: 1px;
}

#splash {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  border: 1px dashed black;
}

footer {
  text-align: center;
  margin: 6px;
}
