body {
  background: #120a1f url("meemydj.JPG"); /*Replace with your own background*/
	background-size: cover;
	background-attachment: fixed;
  background-position:center;
	font-family: "VT-100", fixedsys, System, monospace;
	font-size: 13px;
  }
  
  @font-face {
    font-family: "Poti";
    src: url("poti.ttf") format("truetype");
}

body {
  cursor: url("/star.png"), auto;
}
  
center {
  text-align: center;
  }
  
a {
  color: #c8a2ff;
  }

/*All sidebars go in here.*/  
.sidebar-group {
  position: fixed;
  top: 0;
  margin-top: 25px;
  }
  
/*Code shared by all window-style boxes. To see what different specific sidebar classes look like, check the demo page.*/
.sidebar, .mini-sidebar, .wide-sidebar, .box {
  background: rgba(25, 10, 35, 0.92);
  border-radius: 5px;
  border: 1px solid #6a4c93;
  box-shadow: 2px 2px #120a1f;
  color: #f3e9ff;
}
  
/*Prevent image overflow.*/
.sidebar img, .mini-sidebar img, .wide-sidebar img, .box img {
  max-width: 100%;
  height:auto; /*Prevent squishing*/
  }
  
.sidebar, .sidebar-box {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  }
  
/*Container for vertical stacks of multiple mini-sidebars*/
.sidebar-box {
  margin-left: 10px;
  }
  
.sidebar {
  width: 160px;
  margin-left: 25px;
  }
  
.mini-sidebar {
  margin-bottom: 25px;
  }
  
.wide-sidebar {
  margin-left: 25px;
  margin-top: 25px;
  width: 340px;
  min-height: 150px;
  }
  
/*Inside/main text of window boxes.*/
.inner {
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 0px;
  }

/*The title bar at the top of window boxes.*/
.title-bar, .box-title-bar {
  background: #3b1f4a;
  color: #f6e6ff;
  font-weight: bold;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  }
  
/*The title bar of boxes has slightly more padding, since there's more room to space text.*/
.box-title-bar {
  padding: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  
/*For the symbol in the top right corner.*/
.right {
  float: right;
  margin-right: 5px;
  font-family: "Arial", sans-serif;
  line-height: 12px;
  }
  
/*Round circular image.*/
.icon {
  border: goldenrod solid 1px;
  border-radius: 50%;
  padding: 3px;
  outline: 1px dashed goldenrod;
  outline-offset: 3px;
}
  
/*Main body text boxes.*/
.box {
  margin-top: 25px;
  margin-left: 400px;
  width: 455px;
  margin-bottom: 25px;
  }
  
  .post-date {
  font-size: 11px;
  color: #c8a2ff;
  padding: 6px 10px;
  border-bottom: 1px solid rgba(200,162,255,0.2);
  letter-spacing: 1px;
  text-transform: uppercase;
}
  
/*this part is a joke. no need to use it.*/
.big-quote {
  font-size: 120px;
  color: GoldenRod;
  letter-spacing: 6px;
  word-spacing: 2px;
  font-family: "Poti";
  font-weight: normal;
  font-style: normal;
  text-shadow: 0 0 5px rgba(218, 165, 32, 0.4),
    0 0 15px rgba(218, 165, 32, 0.35),
    0 0 30px rgba(218, 165, 32, 0.25),
    0 0 50px rgba(218, 165, 32, 0.15);
  position: fixed;
  margin-left: 900px;
  margin-top: 300px;
  top: 0;
  width: 300px;
  }
  
  .box, .sidebar {
  box-shadow: 2px 2px #120a1f, 0 0 10px rgba(180, 140, 255, 0.12);
}
  
wide {
  letter-spacing: 16px;
  }
  
  a {
  color: #d6b7ff;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  color: white;
  text-shadow:
    0 0 5px #c8a2ff,
    0 0 12px #c8a2ff;
}
  
midwide {
  letter-spacing: 3px;
  }
  
  ::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #1a1028;
}

::-webkit-scrollbar-thumb {
  background: #6a4c93;
  border: 2px solid #1a1028;
}

::-webkit-scrollbar-thumb:hover {
  background: #8e6bbf;
}