body {
  font-family: "Crimson Pro", serif;
  letter-spacing: 8px;
  color: rgb(232, 232, 232);
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #18ac6e, #ac1856);
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 2em;
}

#random {
  padding: 10px;
  border-radius: 10px;
  border-color: aliceblue;
  font-weight: bold;
}

@media only screen and (max-device-width: 1000px) {
  h1 {
    font-size: small;
  }
  h2 {
    font-size: smaller;
  }
  body {
    margin-top: 50px;
  }
}
