body {
  font-family: Helvetica, Arial, sans-serif;
  background: #000000;
  overflow: hidden;
}

main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.djglitterbomb {
  width: 100%;
  max-width: 800px;
}

footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
}

@media only screen and (min-width: 600px) {
  footer {
    padding: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  footer {
    padding: 2rem;
  }
}

footer a {
  display: inline-block;
  color: #e2e2e2;
  text-decoration: none;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  background: #000;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

footer a:hover {
  text-decoration: underline;
}
