body {
  background-color: rgb(37, 36, 36);
}


.container{
  width: 600px;
  height: 450px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.titel {
  background: linear-gradient(45deg, #fd0000, rgb(255, 0, 255), aqua);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  text-align: center;
}


.inp {
  background-color: gray;
  width: 600px;
  height: 40px;
  color: white;
  border-radius: 50px;
  margin-bottom: 30px;
  border: black solid;
  text-align: center;
}

.inp::placeholder {
  color: white;

}

.inp1 {
  background-color: gray;
  width: 600px;
  height: 300px;
  color: white;
  border-radius: 50px;
  border: black solid;
  margin-bottom: 30px;
  font-size: 20px;
}

.inp1::placeholder {
  height: 200px;
  color: white;
  font-size: 40px;
}

.submit {
  background: linear-gradient(45deg, #fd0000, rgb(255, 0, 255), aqua);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 300px;
  height: 50px;
  background-color: gray;
  border-radius: 20px;
  border: solid;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  font-size: 25px;
}

.submit:active {
  opacity: 0.6;   
}

.messages div { margin-bottom: 10px; top: 500px; padding: 10px; background: #f9f9f9; border: 1px solid #ddd; border-radius: 5px; }
.messages {top: 500px;}