@font-face {
  font-family: "moon";
  src: url("/fonts/moonhome.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-image: url('/homebackground.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: black;
  font-family: Georgia, serif;
}

h1 {
  font-family: "moon";
  font-size: 5em;
  text-align: center;
}