@font-face {
  font-family: bigshot;
  src: url('https://file.garden/Z9GPMGr3xh_Qkwad/Fonts/big-shot.ttf');
}

@font-face {
  font-family: MonsterFriendFore;
  src: url('https://file.garden/Z9GPMGr3xh_Qkwad/Fonts/monsterfriendfore.otf');
}


body, html {
  margin: 0;
  height: 100%;
  background: black;
  color: white;
  font-family: bigshot;
}
* {
  box-sizing: border-box;
}

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

#content{
  border: solid white 5px;
  width: 80%;
  margin: auto;
}

p{
  padding: 35px;
}

a:link, a:visited{
  color: white;
  text-decoration: underline;
}

a:hover{
  color: yellow;
  list-style-type: url("https://file.garden/Z9GPMGr3xh_Qkwad/Red_SOUL_sprite.png");
}

.pink{
  color:#fbbed2;
}

.grey{
  color:dimgrey;
}

.yellow{
  color:yellow;
}

header{
  font-family: MonsterFriendFore;
  text-align: center;
  color: white;
}

.split{
  width: 80%;
  display: flex;
  gap: 20px;
}

ul {
  text-align: center;
  list-style-type: none;
}

li{
  display: inline-block;
  margin:auto;
  padding: 5px;
}

section{
  font-size: 15px;
  background-color: rgb(0,0,0);
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  margin: auto;
  width: 500px;
  padding: 10px;
}

.marginLeft { margin-left: auto;}

#sticky{
  border: white solid 5px;
  background-color: black;
  position: sticky;
  padding: 10px 20px;
  left: 0%;
  bottom: 0%;
}

hr{
  border: white 1.5px solid;
}

.return{
  color: white;
  z-index: 3;
  border:none;
  background:rgb(0,0,0,0);
  padding: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.return:hover{
  color:yellow;
}