body {
  background: url("https://junkumori.rip/assets/backgrounds/bg-blue-01.jpg");
  color: #0b2350;
}

#outer-lace {
  border: 35px solid black;
  border-image: url("https://junkumori.rip/assets/borders/lace-bdr-08.png") 40 round;
  position: absolute;
  width: 500px;
  height: 555px;
  margin: auto;
  top: 0; bottom: 0; left: 0; right: 0;
}

#container {
  background-color: black;
  background-size: cover;
  border: 2px solid #070b19;
  border-radius: 2px;
  position: absolute;
  width: 500px;
  height: 555px;
  margin: -2px 0 0 -3px;
  z-index: 1;
}

#halt {
  background: url("https://junkumori.rip/assets/text/halt.png") no-repeat;
  background-size: 100%;
  width: 200px;
  height: 99px;
  padding-bottom: 100px;
  margin: 20px 0 0 153px;
  z-index: 4;
}

#main-text {
  color: white;
  text-align: center;
  font-size: 23px;
  margin-top: -109px;
  padding: 0 60px;
}

a {
  color: white;      
}

a:hover {
    color: #5c7ba3;
}

#small-text {
  color: white;
  position: absolute;
  text-align: center;
  font-size: 15px;
  margin-top: 110px;
  left: 135px;
}

#enter {
  position: absolute;
  top: 69%; 
  left: 36%;
  width: 145px;
  height: 110px;
  cursor: pointer;
  background: url("https://junkumori.rip/assets/buttons/button-09.png") no-repeat center;
  background-size: contain;
}

#enter:hover {
  background-image: url("https://junkumori.rip/assets/buttons/button-10.png");
  background-position: center;
}

#chiikawa {
  background: url("https://junkumori.rip/assets/nagano/chiikawa-21.png") no-repeat;
  background-size: contain;
  width: 320px;
  height: 250px;
  position: absolute;
  top: 390px;
  left: 410px;
  margin: 0 auto;
  display: block;
}

/*《 SITE BORDERS 》*/
#topborder {
  background: url("https://junkumori.rip/assets/lace/hrz-lace-11.png") repeat-x;
  height: 73px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
}

#bottomborder {
  background-image: url("https://i.postimg.cc/4yymK17v/Bottom-Lace-01.png");
  background-repeat: repeat-x;
  border-bottom: 18px solid black;
  height: 30px;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#bottomtext {
  position: fixed;
  bottom: 0px;      
  width: 100%;
  text-align: center;
  left: 1px;
  text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;
  font-size: 15px;
  letter-spacing: 3px;
  color: white;
  pointer-events: none;
  z-index: 11;
}

/* ⋆⁺₊⋆ ━━━━⊱༒︎ • ༒︎⊰━━━━ ⋆⁺₊⋆ */
/*     BORDER DO NOT PASS      */
/* ⋆⁺₊⋆ ━━━━⊱༒︎ • ༒︎⊰━━━━ ⋆⁺₊⋆ */
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background: black;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #142e67;
  border-radius: 10px;
  border: 1px solid #09204f;
}

::-webkit-scrollbar-track {
  border: 1px solid #09204f;
  border-radius: 10px;
}