body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #f5f5f5;
}

#title {
  font-size: 3em;
  margin-bottom: 20px;
}

#email {
  font-size: 1.2em;
  color: #333;
}
