html {
  background: linear-gradient(#ffffff, #918e8f);
  min-height: 100vh;
  font-family: "Courier New", Courier, monospace;
}

body {
  margin-top: 5%;
  text-align: center;
}

#title {
  margin-bottom: 40px;
}

.button-box {
  margin-bottom: 30px;
}

.button-box p {
  margin-bottom: 10px;
  font-size: 12px;
}

#footer {
  margin-top: 80px;
  font-size: 11px;
}
