html, body {
  color:red;
  background-image: url(https://files.catbox.moe/zpsb9b.jpg);
  background-repeat: repeat;
  background-size: 15%;
  height: 100%;
  margin: 0;
}

  
@font-face {
  font-family: "UnifrakturMaguntia";
  src: url("https://fonts.gstatic.com/s/unifrakturmaguntia/v21/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVemGZMFABK1Q.woff2") format('woff2');
}

#container {
 margin: auto;
 top: -100px;
 width: 700px;
 height: 100%;
 background: black;
 z-index: auto;
 border-image: url("https://files.catbox.moe/thumbs/t_rqlxyy.png") 30 / 50px round;
 border-radius: 30px;
 padding: 10 10 10 10
}

#title {
 text-align: center;
 font-size: 35px;
 font-family: "UnifrakturMaguntia";
 z-index: 9;
}
#titletext {
}

#nav {
  margin: 0 0 0 0;
}  
#wlcm {
  margin: 10% 10% -5px 10%;
  font-family: "UnifrakturMaguntia"
}

#welcome {
  padding: 0 10% 0 10%;
  font-size:14px;
  margin: -10 0 0 0;
}

#skellyL {
  position:fixed;
  top:0px; 
  left:10px; 
  z-index:9;
  max-width:10%;
   
}

#skellyR {
  position:fixed;
  top:0px; 
  right:10px; 
  z-index:9;
  max-width:10%;
}

#pentagram {
  height: 50px;
}

