html {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  height: 100%;
  width: 100%;

  line-height: 0.1rem;

  color: white;
  background-color: #111111;
}

h1 {
  font-size: 5rem;
}

div {
  padding-top: 2rem;
}

button,
input {
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  border-radius: 0.2rem;
  border-style: none;
  border-color: #111111;
  height: 1.4rem;
}