body {
  background-color: rgb(253, 164, 3, 0.2);
}

h1 {
  color: #8a1253;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
}

.container {
  background-color: rgb(253, 164, 3, 0.4);
  border: #fda403 solid 2px;
  border-radius: 20px;
  margin: 40px auto 15px;
  max-width: 600px;
  padding: 30px;
}

.site-description {
  color: #c51350;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
}

form {
  align-content: space-around;
  column-gap: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 50%;
}
.subject {
  background-color: rgb(255, 255, 255, 0.5);
  border: rgb(197, 19, 80, 0.7) solid 1.5px;
  border-radius: 30px;
  color: rgb(197, 19, 80, 0.7);
  font-size: 16px;
  padding: 10px;
}
.subject::placeholder {
  color: rgb(197, 19, 80, 0.7);
}
.submit-button {
  background-color: rgb(255, 255, 255, 0.5);
  border: rgb(197, 19, 80, 0.7) solid 1.5px;
  border-radius: 30px;
  color: #e8751a;
  font-size: 16px;
  padding: 10px;
}
.submit-button:hover {
  background-color: #8a1253;
  cursor: pointer;
  transition: all 120ms ease-in-out;
}

.dicho {
  color: #8a1253;
  font-family: "Playwrite ES", cursive;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}

footer {
  color: #e8751a;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
a {
  color: #c51350;
}
