body{
  cursor: url(https://vanderlustista.neocities.org/wingshearts.png), url(https://vanderlustista.neocities.org/wingshearts.png), auto;
  background-image: url("https://kristylicious.neocities.org/images/oldcatmamasBG.png");
  background-size: 350px;
  font-size: 13px;
  font-family: comic sans ms;
  color: #DDD5F3;
  margin: 75px 15px 75px 15px;
  -text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #c0c0c0;}
a:hover {text-decoration: underline; color: #99ccff; cursor: help;}
a:active {text-decoration: none; color: #000000;}
img {
  vertical-align: middle;
  max-width:100%;
  max-height:100%
}
a img {
  border: 0px;
}
table, td {
  vertical-align: top;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 2px 2px 2px 2px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px 6px 20px;
  width: auto;
}
.ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  width: auto;
} 
li a:link {
  display: block;
  background-color: #000000;
  color:#DDD5F3;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
}
li a:visited {
  display: block;
  background-color: #DDD5F3;
  color:#000000;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
}
li a:hover {
  display: block;
  background-color: #ff99cc;
  color:#fff;
  text-decoration: underline;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
  cursor: help;
}
li a:active {
  display: block;
  background-color: #DDD5F3;
  color: #000000;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: 0px 0px 5px 0px #DDD5F3 inset;
  background-color: #DDD5F3;
  border: 1.8px dashed #000000;
  border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(255,246,238);
background: linear-gradient(0deg, rgba(255,246,238,1) 0%, rgba(255,194,219,1) 7%, rgba(254,176,204,1) 22%, rgba(252,163,192,1) 32%, rgba(252,163,192,1) 33%, rgba(250,154,184,1) 51%, rgba(252,163,192,1) 69%, rgba(252,163,192,1) 71%, rgba(254,176,204,1) 78%, rgba(255,194,219,1) 93%, rgba(255,246,238,1) 100%);
  border-radius: 6px;
  border: 1px solid #EA2E83;
  box-shadow: 0px 0px 5px 0px rgba(255,255,255,1) inset;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(255,246,238);
background: linear-gradient(180deg, rgba(254,255,234,1) 0%, rgba(248,185,205,1) 7%, rgba(255,241,221,1) 22%, rgba(250,251,220,1) 32%, rgba(229,253,213,1) 41%, rgba(199,244,215,1) 54%, rgba(197,240,228,1) 62%, rgba(194,234,244,1) 74%, rgba(173,205,255,1) 87%, rgba(217,183,255,1) 94%, rgba(237,255,239,1) 100%);
  border-radius: 1px;
  border: 1px solid #DDB4FE;
  box-shadow: 0px 0px 5px 0px rgba(255,255,255,1) inset;
}

.dropdown {
  position: relative;
  display: none;
  width: 100%;
  }
.wrapper{
  border:2px dotted #B19CD7;
  max-width: 960px;
  background: #c0c0c0;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.header, .footer{
  height: auto;
  background: #DDD5F3;
  color: #000;
  background-image: url("xxxxxxxxx");
  }
.content {
  display: flex;
  flex: 1;
  background: #ffffff;
  color: #000;
}
.columns{
  display: grid;
  grid-template-columns: 21.9% 56.2% 21.9%;
  width: 100%;
}
.main{
  flex: 1;
  order: 2;
  background: #ffffff;
}
.sidebar-left{
  background: #f5f5f5;
  order: 1;
}
.sidebar-right{ 
  order: 3;
  background: #f5f5f5;
}
/* On screens that are 600px or less, stack the columns */
@media screen and (max-width: 600px) {
.columns {
  grid-template-columns: 1fr;
  padding: 0px;
  }
.ul {
  display:none; 
  }
.dropbtn {
  background-color: #DDD5F3;
  font-family: comic sans ms;
  color: black;
  padding: 8px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  width: 100%;
  }
.dropbtn:hover, .dropbtn:focus {
  background-color: #DDD5F3;
  color: #000;
  }
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  }
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #EBE8FC;
  width: 100%;
  overflow: auto;
  z-index: 1;
  }
.dropdown a:hover {
  background-color: #DDD5F3;
  }
.show {
display: block;
  }
}