@import url("https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap");

body {
  /*background-color: #bcb1d8*/
  background-image: url("https://www.denofgeek.com/wp-content/uploads/2023/07/Best-Video-Game-Consoles-Ranked_Lead.jpg");
  background-size: cover;
}

#survey-form {
  background-color: #97caa0;
  width: 450px;
  height: auto;
  border-radius: 3em;
  line-height: 1.5;
  margin: auto;
  padding: 40px;
}

h1 {
  text-align: center;
  text-decoration: underline;
  color: #18d9f7;
}

#description {
  text-align: center;
  font-family: "hammersmith one";
  color: #18d9f7;
}

h1,
#description {
  background: rgb(56, 56, 58);
  padding: 10px 20px;
  border-radius: 8px;
  display: block;
  color: #18d9f7;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

#submit {
  width: 430px;
  padding: 10px;
  background-color: #b2b9a7;
  font-size: 15px;
  cursor: pointer;
  margin-left: 10px;
}

#comments {
  width: 100%;
  height: 30%;
  border-radius: 0.5em;
}

#name,
#email,
#number {
  width: 90%;
  height: 8%;
  margin: 5px;
  border-radius: 0.5em;
}

.name,
.email,
.number {
  font-weight: bold;
  font-size: 20px;
}
