h1 {
  text-align: center;
  color: #efb11f;
}
hr {
  border: 1px solid #efb11f;
}

body,
main {
  background-color: #743007;
  height: 100%;
  width: 100%;
}

#links,
a {
  display: flex;
  justify-content: center;
  gap: 50px;
  color: #efb11f;
  text-decoration: none;
  padding-top: 15px;
}

fieldset {
  height: auto;
  width: 80%;
  margin: auto;
  padding-top: 10px;
  margin-top: 20px;
}

legend {
  color: #efb11f;
  text-align: center;
}
form {
  color: #efb11f;
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
}

input {
  width: 70%;
  display: flex;
}
label {
  display: flex;
  justify-content: flex-start;
  width: 70%;
  padding-top: 20px;
}
textarea {
  width: 70%;
  height: 100px;
}

button {
  width: 100px;
  padding: 10px;
  background-color: #efb11f;
  color: #743007;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 20px;
  margin-bottom: 20px;
}
