body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  background-color: white;
}

.logo {
  font-size: 48px;
  margin-top: -50px;
}

.logo .good {
  font-family: "Zapfino", cursive;
  font-size: 64px;
  vertical-align: middle;
}

.logo .buntu {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 48px;
  vertical-align: middle;
}

.launch-date {
  font-size: 18px;
  margin-top: 10px;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: 30px;
  left: 0;
  right: 0;
  font-size: 16px;
}

.subscribe-form div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subscribe-form label {
  margin-top: 5px;
}

.subscribe-form .form-field input {
  font-weight: 700;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  height: 35px;
}

.subscribe-form .form-submit input[type=submit] {
  font-weight: 700;
  padding: 10px;
  background-color: black;
  border: 0;
  height: 55px;
  color: white;
}
.subscribe-form .form-submit input[type=submit]:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease;
}/*# sourceMappingURL=goodbuntuStyle.css.map */