html {
  width: auto;
}

body  {
  background: rgb(14,0,255);
  background: linear-gradient(180deg, rgba(14,0,255,1) 0%, rgba(0,0,0,1) 100%);
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}

h2 {
  text-align: center;
  font-size: 25px;
  color: white;
}

input {
  font-size: 22px;
  color: rgb(255, 255, 255);
  padding: 10px;
  border: 2px solid #000000;
  border-radius: 5px;
  text-align: center;
  position: relative;
  background-color: rgb(56, 56, 56);
}


button {
  font-size: 22px;
  color: rgb(255, 255, 255);
  border: 2px solid #000000;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  position: relative;
  background-color: rgb(56, 56, 56);
}

form {
  text-align: center;
  font-size: 25px;
  color: rgb(255, 255, 255);
  
}



.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

a {
  text-align: center;
  font-size: 25px;
  color: rgb(255, 255, 255);
}