body{
  background:#121212;
  font-family: Arial;
  display:flex;
  justify-content:center;
  align-items:center;
  height:100vh;
  color:white;
}

.box{
  background:#222;
  padding:30px;
  width:300px;
  border-radius:10px;
  text-align:center;
}

input{
  width:100%;
  padding:10px;
  margin:8px 0;
  border:none;
  border-radius:5px;
}

button{
  background:#d4af37;
  border:none;
  padding:10px;
  width:100%;
  cursor:pointer;
  font-weight:bold;
}

a{
  color:#d4af37;
  text-decoration:none;
}
