@font-face {
  font-family: "Epilogue";
  src: url(assets/fonts/Epilogue-VariableFont_wght.ttf) format("truetype");
}

@font-face {
  font-family: "EpilogueItalic";
  src: url(assets/fonts/Epilogue-Italic-VariableFont_wght.ttf) format("truetype");
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Epilogue", sans-serif;
  background-color: #121212;
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-weight: 200;
  color: #fff;
  line-height: 1;
  margin: 0;
  opacity: 0.8;
}

h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

hr {
  width: 20rem;
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #fff;
}

.container {
  display: grid;
  height: 100vh;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr min-content min-content min-content 1fr;
  place-items: center;
  z-index: 1;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
