body {
  background-color: rgb(160, 12, 23);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-style: italic;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

h1 {
  font-size: 15em;
  color: rgb(241, 241, 241);
  -webkit-text-stroke: 0.1px black;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.subheading-1 {
  font-size: 2.5em;
  color: rgb(240, 212, 8);
  -webkit-text-stroke: 1px black;
}

.subheading-2 {
  font-size: 1.75em;
  margin-top: 0.5em;
  color: rgb(19, 19, 19);
}
