html,
body {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans", arial, sans-serif;
  width: 100%;
  height: 100%;
}

main {
  height: auto;
  min-height: 100vh;
  width: 100vw;
  display: block;
  justify-content: center;
  align-items: center;
  background-image: url('./img/stormy-night.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.content {
  margin: auto;
  padding: 2rem;
  text-align: center;
  color: white;
}

.ghoul {
  max-width: 45%;
  margin: 1rem auto;
  height: auto;
}

.tribute {
  max-width: 8rem;
  width: 20%;
  margin: 1rem auto;
  height: auto;
}

h1 {
  font-weight: 300;
  max-width: 40rem;
  margin: 2rem auto;
}

.button {
  color: white;
  padding: 1rem 2.5rem;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 2rem;
  text-transform: uppercase;
  margin: 1rem auto;
  display: block;
  width: fit-content;
}

.socialist {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 1rem auto;
}

.socialist a {
 margin: .5rem;
}

.socialist a img {
  width: 2rem;
  height: auto;
}