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

@font-face {
  font-family: CartoonBold;
  src: url("https://music-by-margaruine.neocities.org/ComicNeue-Angular-Bold.ttf")
}

body {
  font-family: Cartoon;
  color: white;
  background-image: url("https://music-by-margaruine.neocities.org/background_images/GameIdeasBackgroundNew.png");
  background-size: cover;
  background-attachment: fixed;
}

h1, h2, h3, strong {
  font-family: CartoonBold;
}

h1 {
  text-align: center;
  font-size: 70px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 25px;
}

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")
}