:root {
  --header-image: url('https://files.catbox.moe/ojvqra.gif');
  --body-bg-image: url('images/bg.png');
  --content: #000;
}

#flex {
  display: flex;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: Nunito;
  src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
}

@font-face {
  font-family: Nunito;
  src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: Nunito;
  src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
  font-style: italic;
}

@font-face {
  font-family: Nunito;
  src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
  font-style: italic;
  font-weight: bold;
}

body {
  cursor:url("images/cursor.png"), default;
  font-family: 'Nunito', sans-serif;
  margin: 0;
  color: #fceaff;
  background-color: black;
  background:rgba(0, 0, 0, 0.5); 
  background-image: var(--body-bg-image);
}

html, body{
  padding:0px;
  margin:0px;
  font-family: 'Raleway', sans-serif;
  color:#FFF;
  height:100%;
}

main {
  background-color: #000000;
  flex: 1;
  padding: 20px;
  order: 2;
}

aside {
  background-color: #000000;
  width: 200px;
  padding: 20px;
  font-size: smaller;
}

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;
}

#leftSidebar {
  order: 1;
}

#rightSidebar {
  order: 3;
}

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

footer {
  background-color: #000000;
  width: 100%;
  height: 40px;
  padding: 10px;
  text-align: center;
}

h1,h2,h3 {
  color: #10e61b;
}

h1 {
  font-size: 25px;
}

strong {
  color: #029909;
}

#topBar {
  width: 100%;
  height: 30px;
  padding: 10px;
  font-size: smaller;
  background-color: #10e61b;
}

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

#container a {
  font-weight: bold;
}

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

ul li {
  list-style-type: square;
}

#navbar {
  height: 40px;
  background-color: #000000;
  width: 100%;
}

#navbar ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-evenly;
}

#navbar li {
  padding-top: 10px;
}

#navbar ul li {
  list-style-type: none;
}

@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;
  }
}

a:link {
  color: #00c20a;
  text-decoration: none;
  cursor:url("images/cursor.png"), pointer;
}

a:visited {
  color: #00c20a;
  text-decoration: none;
  cursor:url("images/cursor.png"), pointer;
}

a:hover {
  color: #4d057f;
  text-decoration-line: line-through;
  cursor:url("images/cursorhover.png"), pointer;
}

a:active {
  color:#000;
  background-color: #00c20a;
  text-decoration: none;
  cursor:url("images/cursor.png"), pointer;
}

::selection {
  background: #00c20a;
  color: #000;
}

.link {
  opacity:1;
}

.link:hover {
  opacity:.5;
}

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

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

.help {
  cursor: help;
  font-weight: bold;
  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;
}

.lastfm:link{
  text-decoration: none;
}

.lastfm:visited{
  text-decoration: none;
}

.lastfm:hover{
  color: #00c20a;
  text-decoration: underline;
  font-style: normal;
}

.lastfm:active{
  text-decoration: none;
}

::-webkit-scrollbar {
  width: auto;
  color: #311a3d;
}

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

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

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: #00f412;
  border-radius: 10px;
  border: 3px solid #000;
}

::-webkit-scrollbar-thumb:hover {
  background:#4d057f;
}

::-webkit-resizer {
  background: #000;
}

textarea {
  border-color:#00c20a;
  color:#00c20a;
  background-color:black;
  z-index:6;
  position:absolute;
  outline: #10e61b;
}
  
[data-title] {
  position: relative;
  cursor: default;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #10e61b;
  font-size: 12px;
  white-space: nowrap;
}

[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #000;
}