body,
html {
  background-image: url(https://img.freepik.com/free-photo/paperboard-yellow-texture_95678-83.jpg?w=1800&t=st=1679765662~exp=1679766262~hmac=04f132514531e1932cb1b4b197abde7d32bba5d9bcbd38503a6be2e2def4a589);
  margin: 0;
  text-align: center;
  font-family: "Oxygen Mono", "Source Code Pro", monospace;
  color: #595959;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 1pt;
  font-size: 30pt;
  font-weight: 900;
  margin-bottom: 15px;
  display: none;
}

p {
  text-align: left;
  font-size: 15pt;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  margin-bottom: 10px;
  transition: all 3s;
}

#content {
  scroll-behavior:auto;
  overflow-y: scroll;
  height: 100%;
}

/* Explosion */
.explode {
  transform: rotate(-20deg) translatey(-20px);
  opacity: 0;
  filter: blur(20px);
}

/* form */
form {
  margin-top: 20px;
}

form label {
  font-size: 20px;
  display: inline-block;
  width: 100px;
}

form input {
  font-family: "Oxygen Mono", "Source Code Pro", monospace;
  font-size: 20px;
}

form div {
  margin-bottom: 10px;
}

body {
  overflow: hidden;
}
