:root {
  --header-image:url('imgs/Sekai-logo.png');
  --body-bg-image:url('imgs/bg.png');
  --content:#000;
}

#flex {
  display:flex;
}

* {
  box-sizing:border-box;
}

@font-face {
  font-family:Lilly;
  src:url('https://files.catbox.moe/ijz89g.ttf');
}

@font-face {
  font-family:Vanilla;
  src:url('https://files.catbox.moe/gnavld.ttf');
}

@font-face {
  font-family:Qarmic;
  src:url('https://files.catbox.moe/11u5r4.ttf');
}

@font-face {
  font-family:Playtime;
  src:url('https://files.catbox.moe/ezc990.ttf');
}

@font-face {
  font-family:Ubuntu;
  src:url('https://files.catbox.moe/sjkbxb.ttf');
}

body {
  margin:0;
  color:#fff;
  background-color:black;
  background:rgba(0, 0, 0, 0.5); 
  background-image:var(--body-bg-image);
	background-size:100%;
}

html, body{
  cursor:url("imgs/cursor.gif"), default;
  padding:0px;
  margin:0px;
  font-family:'Ubuntu', sans-serif;
  color:#fff;
  height:100%;
}

iframe {
  background-color:#003e6c;
  flex:1;
  order:2;
  border-radius:8px;
  border:3px solid #52eaee;
  padding:0;
}

aside {
  background-color:#003e6c;
  width:200px;
  padding:0px 20px 20px 20px;
  border-radius:8px;
  border:3px solid #52eaee;
}

button {
  color:lime;
  background-color:black;
  border:2px solid lime;
  border-radius:5px;
  padding:2px 5px;
  margin:2px;
}

button:hover {
  color:black;
  background-color:lime;
  border:2px solid lime;
  cursor:url("https://artwork.neocities.org/pixels/cursors/1582838umvleo2hpl.gif"), pointer;
}

hr {
  border:1px solid #52eaee;
}

#leftSidebar {
  order:1;
}

#rightSidebar {
  order:3;
}

#header {
  width:100%;
  height:280px;
  background-size:100%;
  background-image:var(--header-image);
}

footer {
  background-color:#003e6c;
  width:100%;
  height:40px;
  padding:10px;
  text-align:center;
  border-radius:8px;
  border:3px solid #52eaee;
}

h1,h2,h3 {
  color:#52eaee;
  font-family:'Vanilla', sans-serif;
}

h1 {
  font-size:25px;
}

strong {
  color:#52eaee;
}

#container {
  max-width:900px;
  margin:0 auto;
}

#navbar {
  height:48px;
  background-color:#003e6c;
  width:100%;
  border-radius:8px;
  border:3px solid #52eaee;
  margin-bottom:10px;
  padding-top:5px;
}

.box {
  background-color:#000000;
  border:1px solid #52eaee;
  padding:10px;
}

ul li {
  list-style-image:url("imgs/listicon.png");
}

ul li:hover {
  list-style-image:url("imgs/listiconhover.png");
}

#link:hover {
  opacity:.5;
}

#leftSidebar {
  margin-right: 10px;
}

#rightSidebar {
  margin-left: 10px;
}

#pages {
  height:250px;
  width:100%;
  overflow:auto;
  border:3px solid #52eaee;
  padding:3px 1px;
  border-radius:8px;
}

#musicPlayer {
  margin:2px;
  padding:0px 0px 8px 0px;
  width:100%;
  border:3px solid #52eaee;
  border-radius:8px;
}

#cov {
  height:138px;
  border-radius:5px;
  margin:5px 5px 0px 5px;
  border-radius:5px;
}

#text {
  border:2px solid #52eaee;
  width:140px;
  padding:2px;
  border-radius:5px;
}

#text:hover {
  background:#ff1087;
  border:2px solid #ff1087;
  cursor:url("imgs/hand2_.gif"), pointer;
}

.title {
  margin-left:5px;
  font-size:15px;
  font-variant:small-caps;
  font-family:'Vanilla', sans-serif;
}

@media only screen and (max-width: 800px) {
  #flex {
    flex-wrap:wrap;
  }

  #header {
    width:100%;
    height:60px;
    background-size:100%;
  }
  
  main {
    order:1;
    width:100%;
  }
  
  aside {
    width:100%;
  }
  
  #leftSidebar {
    order:2;
  }
  
  #rightSidebar {
    order:3;
  }

  #navbar {
    height:40px;
    background-color:#000000;
    width:100%;
    font-size:80%;
  }
  
  #navbar ul {
    flex-wrap: wrap;
    width: 100%;
  }
  
  footer {
    height:50px;
  }
  
  #nav {
    width:100%;
    height:350px;
  }
  
  #leftSidebar {
    order: 2;
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    padding-bottom: 100px;
  }
  
  #rightSidebar {
    order: 3;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
  }
  
  #pages {
    width: 100%;
    text-align: left;
  }
  
  #musicPlayer {
    width:330px;
  }
  
  #cov {
    height:0px;
  }
}

a:link {
  color:#52eaee;
  text-decoration:none;
  cursor:url("imgs/hand2_.gif"), default;
}

a:visited {
  color:#52eaee;
  text-decoration:none;
  cursor:url("imgs/hand2_.gif"), default;
}

a:hover {
  color:#ff1087;
  text-decoration-line:underline;
  text-decoration-style:dotted;
  cursor:url("imgs/hand2_.gif"), pointer;
}

a:active {
  color:#000;
  background-color:#ff1087;
  text-decoration:none;
  cursor:url("imgs/hand2_.gif"), default;
}

::selection {
  background:#ff1087;
  color:#000;
}

.link {
  opacity:1;
}

.link:hover {
  opacity:.5;
}

.outlink:after {
content:url(imgs/outlink.png);
padding-left:3px;
vertical-align:top;
}

.outlink:hover::after {
content:url(imgs/outlinkhover.png);
padding-left:3px;
vertical-align:top;
}

.help {
  cursor:help;
  text-decoration:dotted underline;
}

#pausePlay {
  background-color:none;
  border:none;
  color:white;
  text-align:center;
  text-decoration:none;
  padding:0px;
  margin-top:-10px;
  height:0px;
  cursor:pointer;
}

::-webkit-scrollbar {
  width:auto;
  color:#52eaee;
}

::-webkit-scrollbar:hover {
  width:auto;
  color:#ff1087;
}

::-webkit-scrollbar {
  width:16px;
}

::-webkit-scrollbar-track {
  background:#003e6c;
}

::-webkit-scrollbar-thumb {
  background:#52eaee;
  border-radius:10px;
  border:3px solid #003e6c;
}

::-webkit-scrollbar-thumb:hover {
  background:#ff1087;
}

::-webkit-resizer {
  background:#003e6c;
}