body {
  background-color: #000;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
  max-width: 400px;
  width: 100%;
}

.logo {
  width: 180px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}


h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.message {
  font-size: 16px;
  margin-bottom: 30px;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  background-color: #222;
  color: #fff;
}

form button {
  width: 100%;
  padding: 10px;
  background-color: #ff6600;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
