body {
  background-color: gray;
  background-image: url("bg.png");
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  color: white;
  font: serif;
}
body h1 {
  font-weight: 500;
  font-size: min(5rem, 100px);
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  text-justify: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
body h2 {
  font-weight: 400;
  font-size: min(2.5rem, 75px);
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  text-justify: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
body p {
  font-weight: 400;
  font-size: min(1.5rem, 50px);
  text-align: left;
  justify-content: left;
  margin-left: 0;
  margin-right: auto;
}

a:link, a:visited {
  color: goldenrod;
}

a:hover {
  color: wheat;
}

nav {
  margin-left: auto;
  margin-right: auto;
  font: monospace;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  text-justify: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

footer {
  font: monospace;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  text-justify: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}/*# sourceMappingURL=stylesheet.css.map */