* {
  margin: 0;
  padding: 0;
}
body {
  background: url(/images/emotions-3459666_960_720.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(57, 179, 250, 0.7);
  background-blend-mode: multiply;
  font-size: 1.1em;
  font-family: "poppins", sans-serif;
}
.heading {
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 100px;
}
#head {
  font-size: 1.8em;
  color: white;
}
#subheading {
  font-size: 18px;
  margin-top: 10px;
  color: white;
}
#content1 {
  width: 90%;
  margin: auto;
}
form {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54%;
  border-radius: 5px;
  margin: auto;
  margin-top: 10px;
  padding: 60px;
}
form #box {
  width: 98.5%;
  height: 2.8em;
  position: relative;
  bottom: 10px;
  border: 0;
  border-radius: 5px;
}
.option1 select {
  width: 98.5%;
  height: 2.7em;
  position: relative;
  bottom: 10px;
  border-radius: 5px;
  border: 0;
}
.option2 select {
  width: 98.5%;
  height: 2.7em;
  position: relative;
  top: 10px;
  border-radius: 5px;
  border: 0;
}
.content2 {
  margin-top: 10px;
}
textarea {
  width: 98.5%;
  height: 125px;
  position: relative;
  bottom: 17px;
}
button {
  width: 98.5%;
  height: 3em;
  position: relative;
  top: 11px;
  background-color: rgba(84, 151, 106, 0.89);
  border: none;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  cursor: pointer;
}
textarea::placeholder {
  font-size: 1.4em;
  position: relative;
  top: 8px;
  left: 5px;
  width: 70%;
}
input::placeholder {
  font-size: 1.1em;
  position: relative;
  left: 10px;
  width: 50%;
  font-weight: 500;
}
input.larger {
  width: 20px;
  height: 20px;
}
/*RESPONSIVE MEDIA QUERY*/
@media screen and (max-width: 600px) {
  .heading {
    margin-top: 10px;
  }
  #subheading {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  form {
    width: 60%;
    margin: auto;
  }
  #content1 ::placeholder {
    width: 100%;
  }
}
@media screen and (max-width: 366px) {
  .heading {
    margin-top: 10px;
  }
  #subheading {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  form {
    width: 60%;
    margin: auto;
  }
  #content1 ::placeholder {
    width: 100%;
  }
  .option1 select {
    width: 100%;
  }
  .option2 select {
    width: 100%;
  }
  #head2 {
    margin-bottom: 10px;
  }
  .content2 {
    margin-top: 10px;
  }
  input.larger {
    width: 10px;
    height: 10px;
    margin-top: 10px;
  }
  textarea {
    width: 90%;
    bottom: 10px;
  }
  textarea::placeholder {
    width: 100%;
    top: 5;
    left: 5;
  }
}
@media screen and (max-width: 328px) {
  .heading {
    margin-top: 10px;
  }
  #subheading {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  form {
    width: 75%;
    margin: auto;
    padding: 30px;
  }
  form #box {
    width: 100%;
  }
  #content1 ::placeholder {
    width: 100%;
  }
  .option1 select {
    width: 100%;
  }
  .option2 select {
    width: 100%;
  }
  #head2 {
    margin-bottom: 10px;
  }
  .content2 {
    margin-top: 10px;
  }
  input.larger {
    width: 10px;
    height: 10px;
    margin-top: 10px;
  }
  textarea {
    width: 90%;
    bottom: 10px;
  }
  textarea::placeholder {
    width: 100%;
    top: 5;
    left: 5;
  }
} ;
