@import url('https://fonts.googleapis.com/css?family=Poppins:200i,400&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

label {
  display: block;
  color: white;
}
form {
  background-color: rgba(27,27,50,0.8);
  margin: 0 auto;
  width: 70vw;
  padding: 2.5rem 1.5rem;
  border: none;
  border-radius: 0.25rem;
}
fieldset {
  border: none;
}
body {
  color: white;
font-family: 'Poppins', sans-serif;
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);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
p{
  margin-left: 12rem;
  width: 60vw;
 text-align: center;
font-style: italic;
font-size: 2rem;
  font-weight: 200;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
 
}
h1{
  font-size: 2rem;
  text-align: center;
  margin-top:5rem ;
  margin-bottom: 0.6rem;
font-weight: 400;
  line-height: 1.2;
}

.no1 input  ,select{
  display: block;
  background-color: white;
  line-height: 1.2;
  width: 100%;
  border:1px solid black;
  border-radius:0.3rem;
  margin-top:0.4rem;
}
.no1 label {
  margin-bottom:0.5rem;
}
.no1 label ,.no1 input,.no1 select , ::-webkit-input-placeholder ,::-webkit-select-placeholder{ /* Chrome/Opera/Safari */
 
  font-size: 1.5rem;
 padding: 0.1rem 0.5rem;
}
h2 {
  margin-top:2.5rem;
  line-height: 1.2;
  margin-left:0.5rem;
  margin-bottom: 0.7rem;
  font-size: 2rem;
  font-weight: 100;
  width: 50vw;
}
 input[type="radio"] {
  margin-right: 0.7rem;
}
.no2 label,.no2 input,.no2 select , ::-webkit-input-placeholder ,::-webkit-select-placeholder { /* Chrome/Opera/Safari */
 
  font-size: 1.5rem;
 padding: 0 0.5rem;
}
.no2 label {
  margin-bottom:-0.5rem;
}
.notsure {
  margin-top:3rem;
}
.no3 h2 {
  width: 56vw;
}
.no3 h2 span {
  font-weight: 200;
  font-style: italic;
}
.no3 label {
  font-size: 1.5rem;
  padding:0 0.5rem;
}
input[type="checkbox"] {
  margin-right:0.5rem;
  
}

.no4 label {
  font-size: 1.5rem;
  padding:0 0.5rem;
}
textarea {
  height: 10vh;
  width: 100%;
 margin-bottom:2.3rem ;
}
.no4 label ::-webkit-input-placeholder {
  font-size: 2.5rem;
}
input[type="submit"] {
  width: 100%;
  color: white;
  padding: 1rem 0;
  background-color: #37af65;
  border-radius:0.5rem;
}