body {
  font-family: "Tahoma";
  background-image: linear-gradient(115deg, rgba(58, 58, 158, 0.8), rgba(136, 136, 206, 0.7)), url(https://cdn.freecodecamp.org/testable-projects-fcc/images/survey-form-background.jpeg);
}

h1,
p {
  color: white;
  text-align: center;
}

form {
  width: 60vw;
  border-radius: 3px;
  background-color: #2A2A48;
  padding: 30px 40px;
  margin: 0 auto;
}

.clue {
  margin-left: 0.25rem;
  font-size: 0.9rem;
  color: #e4e4e4;
}

label {
  color: white;
}

input,
select,
textarea,
button {
  border-radius: 5px;
  padding: 8px 8px;
}

.w-100-p {
  width: 100%
}

.mt-5 {
  margin-top: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

button {
  color: white;
  background-color: #37AF65;
}