@font-face {
  font-family: Geometrica;
  src: url(assets/Geometrica.otf);
}

body {
  background-image: url("assets/background.jpg");
  background-color: #20171f;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  color: #79687e;
}

h1, h2, h3 {
  font-family: "Geometrica", Helvetica, sans-serif;
}

header h1 {
  margin-top: 30vh;
  margin-bottom: 15vh;
  font-size: 10rem;
  text-align: center;
}

h2 {
  font-size: 3rem;
  text-align: center;
}
