body {
  background: linear-gradient(180deg, #0F0C29 -11.94%, #302B63 51.32%, #24243E 113.28%);
  min-width: 300px;
}

p{
  font-size: 20px;
  color: white;
  margin-top: 25px;
  text-align: center;
}

h1{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-top: 75px;
}

input{
  width: 342px;
  height: 74px;
  font-weight: 500;
  font-size: 17px;
  padding-left: 26px;
  margin: auto auto 20px;
  border: 2px solid gray;
  border-radius: 12px;
  outline: none;
  display: block;
}

button{
  display: block;
  margin: 35px auto;
  border-radius: 12px;
  border: 2px solid #FFF;
  background: black;
  width: 342px;
  height: 74px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  cursor: pointer;
}

button:hover{
  background-color: honeydew;
  color: #000000;
  border: 2px solid black;
}

a{
  margin-top: 35px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
}