/*
 * Base structure
 */

body {
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background-image: url('/cover_image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-shadow: 0px 2px 4px rgb(48, 47, 47);
}

.cover-container {

  max-width: 42em;
}


.playwrite-hu-title {
  font-family: "Playwrite HU", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}