/* Basis-Styling */
body {
  font-family: sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  background: #f5f5f5;
}
#message {
  font-size: 1.25rem;
  color: #006633;
}
