@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@400&family=Vollkorn:wght@800&display=swap');
body {
  background-color: black;
  color: white;
  font-family: 'Rokkitt', serif;
  font-size: 20px;
  background-image: url("https://cdn.discordapp.com/attachments/985709362469306409/1068039332893564948/IMG_0872.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
}
h1 {
  font-family: 'Vollkorn', serif;
  text-align: center;
}
main {
  background-image: url("https://cdn.discordapp.com/attachments/985709362469306409/1068040640815960175/IMG_0873.png"), url("https://cdn.discordapp.com/attachments/985709362469306409/1068039332893564948/IMG_0872.png");
  background-repeat: no-repeat, repeat;
  width: 800px;
  height: 1000px;
  min-height: 100vh;
  margin: auto;
  position: relative;
}
sidebar {
  position: absolute;
  top: 110px;
  left: 25px;
  font-size: 150%;
}
content {
  position: absolute;
  top: 175px;
  left: 250px;
  right: 15px;
}
a {
  color: silver;
}
.fanlist {
    text-align: center;
    border: 1px solid white;
    width: 80%;
    font-size: 120%;
    margin: auto;
}