body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  width: 150px;
  margin-bottom: 20px;
}

input[type="email"] {
  border: 1px solid #ccc;
  padding: 10px;
  width: 300px;
  border-radius: 5px;
  margin-bottom: 10px;
}

button {
  background-color: #ed4e42;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#message{
  color: red;
}

#disclaimer{
  margin-top: 5em;
  color: gray;
}
