/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: black;
  color: white;
  font-family: Times;
  font-size: 17px;
}


#header {
  margin: 20px;
  padding: 10px;
}

/* Solid border */
.solid {
  border-top: 2px solid #463354;
}

#left {
  position: absolute;
  left: 15px;
  top: 160px;
  width: 200px;

}

#center {
  top: 0;
  margin-left: 230px;
  margin-right: 15px;
  text-align: center
}
  
  a:link {
  color: #a175d3;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #5c2c91;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #a175d3;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #a175d3;
  background-color: transparent;
  text-decoration: underline;
}

::selection {
  color: #FFFFFF;
  background: #b993d8;
}

table {
  display: inline-table;
}

.GeneratedMarquee {
font-family:'Times New Roman', serif;
font-size:25px;
font-style:italic;
font-weight:bold;
line-height:1.3em;
color:#382843;
background-color:#a175d3;
padding:1.5px;

}

.links-div {
  /* Set the path to your image */
  background-image: url('geocities_stars.png'); 

  /* Ensure the div has a defined height and width for the background to be visible */
  width: 100%;
  height: 360px; /* Adjust as needed */
}

/* thank you joppiesaus :-) */
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color: #000;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEX////AwMCU81DAAAAADElEQVQIHWNoYHAAAAHEAMEKQ169AAAAAElFTkSuQmCC);
  background-size: 2px;
}
::-webkit-scrollbar-track {
  border-radius: 0
}
::-webkit-scrollbar-thumb {
  background-color: silver;
  border-left: ridge 2px #fff;
  border-top: ridge 2px #fff;
  border-right: ridge 2px grey;
  border-bottom: ridge 2px grey;
}
::-webkit-scrollbar-thumb:active {
  background-color: #d0d0d0;
}
::-webkit-scrollbar-button {
  background-color: darkgrey;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAPBAMAAABKPLFCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEUAAACGhILr6ulbWlqop6ddXV0hISHk4+MAAABubm3///8cDMtbAAAAAXRSTlMAQObYZgAAAAFiS0dECmjQ9FYAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgChMNNQqYsOkJAAAAfElEQVQY02MQhAABQRTAABVlEFICA0EIpYjGpZ60CUTaGcoNQpVWTodIlxmBuaqtEGl3JXUnED+sCCKtngqWNptmBJY2KwKqF1RS7YTZPSMIyFVOV08GSytnJith6lYpUiqB2B0RhM1uuMtVsbucusGCTZoRJYpgACoqCABTOTzVZ8THeQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0xMC0xOVQxNTo1MToyOCswMjowMPJE7xwAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMTAtMTlUMTU6NTE6MjgrMDI6MDCDGVegAAAAAElFTkSuQmCC);
  width: 15px;
  height: 15px;
}
::-webkit-scrollbar-button:vertical:start {
  background-position: -45px 0;
}
::-webkit-scrollbar-button:vertical:end {
  background-position: 0 0;
}
::-webkit-scrollbar-button:horizontal:start {
  background-position: -15px 0;
}
::-webkit-scrollbar-button:horizontal:end {
  background-position: -30px 0;
}

/* Start http://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-7/cur641.cur), auto !important;} /* End http://www.cursors-4u.com */
