body {
  background-image: url(/background_images/frickcollectionlmao.webp);
  background-color: grey;
  background-size: cover;
  background-attachment: fixed;
  font-family: Georgia;
  color: black;
}

h1, h2, h3 {
  text-align: center;
}

h1 {
  font-size: 70px;
  text-shadow: 0 0 10px white;
}

p {
  line-height: 1.4;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.infocard {
  background-image: linear-gradient(to bottom, #f5f5f5, #d9d9d9);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
  padding: 5px;
  margin: auto;
}

.painting {
  border: 25px solid transparent;
  border-image: url(/PaintingFrameBorder.png) 100 stretch;
}

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