* {
  margin:0px;
  padding:0px;
}
body {
  background-image: url("https://assets.nflxext.com/ffe/siteui/vlv3/998c1c50-6aaa-4795-ab62-9190a025d529/b9883521-f439-4c16-b5eb-b1719e2fece1/ZA-en-20191203-popsignuptwoweeks-perspective_alpha_website_small.jpg");
  color: white;
}

#container {
  background-color: rgba(0, 0, 0, 0.3);
  margin: 30px 100px;
}

#title {
  text-align: center;
  font-size: 50px;
  font-family: "Bowlby One SC", cursive;
  padding-top: 15px;
  letter-spacing: 5px;
}
span {
  color: red;
  
}
#description {
  text-align: center;
  font-size: 23px;
  font-family: "Sorts Mill Goudy", sans-serif;
  margin-bottom: 15px;
}
#survey-form {
  width: 500px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  padding-top: 10px;
}

#name,
#email,
#number,
#dropdown {
  margin-top: 16px;
  height: 36px;
  width: 400px;
  border: none;
  padding: 10px;
}

.box {
  margin-top: 20px;
  margin-left: 40px;
}

.text-area {
  margin-top: 10px;
}
#submit {
  font-size: larger;
  margin: 16px 0px 16px 150px;
  height: 45px;
  width: 160px;
  border-radius: 50px;
  border: none;
  background-color: red;
  color:white;
  cursor: pointer;
}
#submit:hover {
  background: white;
  color: red;
}
