@font-face {
  font-family: "iceland";
  src: url("../assets/fonts/IcelandWinterstorm.otf") format("opentype");

}

@font-face {
  font-family: "oldengl";
  src: url("https://junkumori.rip/assets/fonts/OLDENGL.TTF") format("truetype");
}

body {
  background: url("https://junkumori.rip/assets/backgrounds/bg-grey-02.jpg");
  color: #0b2350;
}

#topborder {
  background: url("https://junkumori.rip/assets/lace/hrz-lace-11.png") repeat-x;
  height: 73px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
}

#outer-lace {
  border: 35px solid black;
  border-image: url("https://junkumori.rip/assets/borders/lace-bdr-09.png") 40 round;
  position: absolute;
  width: 500px;
  height: 555px;
  margin: auto;
  top: 0; bottom: 0; left: 0; right: 0;
}

#skeleton {
  background: url("https://junku.neocities.org/SITE%20ASSETS/Layout%20Assets/skeleton%20border%2001.png") no-repeat center / 100% auto;
  position: absolute;
  width: 430px;
  height: 600px;
  top: 0px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  pointer-events: none;
}

#container {
  background-color: black;
  border: 2px solid #151515;
  position: absolute;
  width: 500px;
  height: 555px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.warnings {
  max-height: 380px;
  margin: -46px -26px;
  width: 480px;
  overflow-y: auto;
  list-style-position: inside;
  padding-right: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.warnings::-webkit-scrollbar {
  display: none;
}

h1 {
    font-family: "iceland", sans-serif;
    font-size: 60px;
    font-weight: normal;
}

ul {
  list-style-position: outside;  
  padding-left: 1.5em;          
}

ul ul {
  list-style-type: square ;
  margin-top: 4px;  
  margin-bottom: 0; 
  text-align: left;
}

ul li {
  margin-bottom: 6px; 
  text-align: left;
}

ul li:last-child {
  margin-bottom: 0; 
  text-align: left;
}

#main-text {
  color: white;
  text-align: center;
  font-size: 23px;
  width: 480px;
  margin-left: 13px;
}

.home {
  color: white;
  background: none;
  border: none;
  padding-top: 10px;
  padding-right: 30px;
  font-size: 20px;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
}
.home:hover {
  color: #ddd;
}

#bottomborder {
  background: url("https://junkumori.rip/assets/lace/hrz-lace-11.png") repeat-x;
  height: 80px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: scaleY(-1);
}

/* ⋆⁺₊⋆ ━━━━⊱༒︎ • ༒︎⊰━━━━ ⋆⁺₊⋆ */
/*     BORDER DO NOT PASS      */
/* ⋆⁺₊⋆ ━━━━⊱༒︎ • ༒︎⊰━━━━ ⋆⁺₊⋆ */
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background: black;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #181818;
  border-radius: 10px;
  border: 1px solid #181818;
}

::-webkit-scrollbar-track {
  border: 1px solid #1d1d1d;
  border-radius: 10px;
}