h1 {
  text-align: center;
}

header {
  background-color: rgb(139, 217, 241);
}

.home {
  display: flex;
  flex-direction: column;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form input {
  margin-top: 2rem;
  padding: 0.5rem;
}

.btn {
  color: white;
}

.btn_green {
  background-color: green;
}

.btn_red {
  background-color: rgb(206, 34, 34);
}

.center {
  text-align: center;
}

.isActiveNav {
  display: flex;
  flex-direction: column;
}
