body.placeholder {
  background-image: url("/assets/stadium_background-56ddf3f1.jpg");
  background-position: center center;
  background-size: cover;
  text-align: center;
  display: grid;
  height: 100vh;
  margin: 0;
  padding: 0;
  place-items: center center;
  main {
    text-align: center;

    img {
      margin: 0 auto 2em;
      scale: 1.5;
    }
  }

  header#header {
    visibility: hidden;
  }

  h1, h2, p {
    line-height: 1.2em;
  }

  h1 {
    color: var(--color-primary-dark);
    margin: 0;
    font-size: 2rem !important;
    font-style: normal !important;
  }

  h2 {
    font-size: 1.5rem !important;
    margin: 0.5em 0;
  }

  .placeholder-nest {
    display: block;
    width: 400px;
    padding: 3em !important;
  }

  a,
  a:link,
  a:visited {
    color: black;
    text-decoration: underline;
  }

  a:active,
  a:hover {
    color: var(--color-primary);
  }

  form input {
    max-width: 100%;
  }
}