main {
  padding-top: 70px;
  padding-bottom: calc(100vh- 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-1 {
  display: flex;
  flex-direction: column;
  background-image: url(/images/grey-geometrical-shapes-background.jpg);
  background-size: cover;
}

.section-1 div {
  background-color: rgba(0, 0, 0, 0.329);
  padding: 0 2rem;
}

.section-1 h1 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
}
.section-1 h2 {
  font-size: 1rem;
  font-weight: 200;
  padding-top: 0.5rem;
  text-align: center;
  padding-bottom: 0.5rem;
  color: rgb(255, 255, 255);
}
.section-1 h1 span {
  color: rgb(254, 221, 4);
}

form {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: center;
}
form fieldset {
  display: flex;
  flex-direction: column;
  width: 70%;
  min-width: 350px;
  max-width: 1100px;
  border: 0;
  border-top: 2px solid rgb(254, 221, 4);
}

form legend {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem;
}
p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
input,
select,
textarea {
  font-size: 1.25rem;

  padding: 0.5rem;
  color: rgb(78, 76, 76);
  border: 0;
  background-color: rgb(214, 214, 214);
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
}

button {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  background-color: rgb(254, 221, 4);
  color: rgb(78, 76, 76);
  border: 0;
  border-radius: 5px;
  margin: 1rem;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
