@font-face {
  font-family: BrandonGrotesque;
  src: url("https://music-by-margaruine.neocities.org/Brandon-Grotesque-Regular.otf");
}

@font-face {
  font-family: SpaceMono;
  src: url("https://music-by-margaruine.neocities.org/SpaceMono-Regular.ttf");
}

body {
  background-image: url("https://music-by-margaruine.neocities.org/background_images/Campfire%20Under%20Night%20Sky.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-family: SpaceMono, Tahoma;
}

h1, h2 {
  text-align: center;
}

h1 {
  color: #c9763e;
}

h2 {
  color: #24d152;
}

p {
  line-height: 1.6;
}

/* RETURN BUTTON */
.returnbutton {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 70px;
  background-image: url("https://music-by-margaruine.neocities.org/ReturnButtonNohover.png")
}

.returnbutton:hover {
  background-image: url("https://music-by-margaruine.neocities.org/ReturnButtonHover.png")
}