*{
  font-family: "Montserrat", sans-serif;
}
body{
  margin: 50px;
}

.header{
  margin-bottom: 30px;
}

h1, p{
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
}

form{
  margin: 0 auto;
  max-width: 500px;
}

label, textarea{
  display: block;
}

input, select{
  font-size: 15px;
  width: 100%;
  height: 30px;
  background-color: #EAE9E5;
  border: 3px solid #EAE9E5;
  border-radius: 10px;
  margin: 5px 0 15px 0;
}

input[type="radio"], input[type="checkbox"]{
  width: unset;
  margin: 0 0.5em;
  vertical-align: middle;
}

.questions {
  margin: 0.5rem 0;
}

textarea{
  margin-bottom: 15px;
  background-color: #EAE9E5;
  border: 3px solid #EAE9E5;
  border-radius: 10px;
  width: 100%;
  height: 100px;
}

a{
  font-weight: bold;
  color: black;
}

input[type="submit"]{
  display: block;
  font-weight: bold;
  min-width: 100px;
  max-width: 150px;
  margin: 10px auto;
}