* {
  margin: 0px;
  padding: 0px;
}


#box {
  width: 600px;
  height: 500px;
  margin-top: 5%;
  margin-left: 30%;
  margin-right: 30%;
  border: 1px solid #000;
  text-align: center;
  border-radius: 10px;
}

#box1 h3 {
  font-size: 25px;
  background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

#box1 {
  width: 600px;
  height: 50px;
  padding-top: 10px;
}

#box2 {
  width: 600px;
  height: 400px;

}

button {
  width: 70px;
  height: 60px;
  font-size: 30px;
}


form {
  padding-top: 50px;

}


#deng {

  margin-left: 150px;
}

#input {
  width: 290px;
  height: 40px;
  font-size: 20px;
  background-color: #323232;
  color: #fff;
}


p {
  text-align: center;
  font-size: 25px;
  margin-top: 50px;
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}