body {
  width: 100vw;
  height: 100vw;
  background-image: url("https://i.pinimg.com/564x/0a/1c/40/0a1c40a0bdd905fd65b33a6238e7406e.jpg");
  color: black;
  margin: 0;
  font-size: 1rem;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
h1 {
  font-weight: 400;
  line-height: 1.2;
}
p {
  font-size: 1.125em;
}

header {
  text-align: center;
  font-family: cursive;
}

form {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(0, 0, 200, 0.6);
  background-size: cover;
  color: white;
  border: none;
  font-size: 20px;
  
  
}
div {
  border: none;
  margin: 2em auto;
  width: 100%; 
}
input {
  width : 90%;
  margin-bottom: 20px;
  height: 50px;
  display: flex;
  
}
input[type="radio"] {
  margin: 0px;
  width: 20px;
  display: block;
}
input[type="checkbox"] {
  margin: 0px;
  width: 20px;
  display: block;
}
textarea {
  margin-bottom: 50px;
  display: flex;
  width: 90%;
}
h1, p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
label {
  display: flex;
  align-items: center;
  font-size: 1.125em;
  margin-bottom: 0.5em;

}
button[type="submit"] {
  width: 100%;
  height: 50px;
  font-size: 30;
  background-color: blue;
  color: white;
 
  
}
input, textarea, select {
  width: 90%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 10px; 
}
select {
  width: 90%;
  margin: 0 auto;
  display: flex;
  height: 50px;
  border-radius: 10px;
 }