body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-image: url('madness-lounge.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.content {
  text-align: center;
}
h1 {
  margin: 0;
  padding-top: 2rem;
  font-size: 6em;
  text-shadow: 4px 4px 8px #000;
}
h2 {
  margin: 0 0 1rem;
  font-size: 4em;
  text-shadow: 4px 4px 8px #000;
}
p {
  margin: 0;
  font-size: 2em;
  text-shadow: 2px 2px 4px #000;
}
