body {
  background-color: azure;
}
.box {
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  width: 600px;
  border-radius: 12px;
}

h1,
h2 {
  text-align: center;
}

label {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: 10px;
}
button {
  margin-top: 10px;
  padding: 10px;
}
