
 *{cursor: url(https://missjoints.neocities.org/files/pixels/hazardcursor.png), auto;
 }
@font-face {
font-family: kinkie;
src: url(https://dl.dropbox.com/s/2n7tc27kfqu3by1/kinkie.ttf);
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: white;
  border: 3px double black;
  border-style: double;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffd4e9;
  border: 3px double black;
  border-style: double;
}
::-moz-selection {
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}
body {
  background-image: url(https://missjoints.neocities.org/files/bgs/blackleopard.jpg);
  background-repeat: repeat;
  font-family: "Times New Roman";
  color: white;
  font-size: 45px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  
}
#container {
  height:90vh; width:55%;
background-color: transparent;
margin: 0 auto;
padding-top: 45px;
}
* {
  box-sizing:border-box;
}
#flex {
  display:flex;
}
aside {
  height:100vh;
}
h1  {
  font-size:75px;
  letter-spacing: 1px;
font-family: kinkie; 
background: linear-gradient(to top, #f02996 2%, #ffd4e9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black;
font-weight: bold;
text-align: center;
position: fixed;
margin-top: -2%;
right: 2%;
}
h2  {
  font-size:50px;
font-family: "Times New Roman"; 
background: linear-gradient(to top, #f02996 2%, #ffd4e9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black;
font-weight: bold;
text-align: center;
margin: 0;
}
h3  {
font-size:75px;
  letter-spacing: 1px;
font-family: kinkie; 
background: linear-gradient(to top, #f02996 2%, #ffd4e9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black;
font-weight: bold;
text-align: center;
margin: 0 auto;
}
#left {
  background-color:white;
    background-image: url(https://missjoints.neocities.org/files/bgs/lined.png);
  background-repeat: repeat;
  width:15%;
  height:90vh;
color: black;
border-left: 12px solid #ff69bb;
border-top: 12px solid #ff69bb;
  border-bottom: 12px solid #ff69bb;
border-right: none;
margin: 0 auto;
}
#right {
  background-color:white;
  width:15%;
  height:100vh;
color: black;
position: fixed;
right: 0%;
border: 5px inset black;

}
main {
  background-color: transparent;
    background-image: url(https://missjoints.neocities.org/files/bgs/lined.png);
  background-repeat: repeat;
  flex:1;
height:90vh;
width:55%;
display:flex;
 flex-wrap: wrap;
overflow-x:wrap;
  overflow-y: scroll;
  padding: 50px;
  border-right: 12px solid #ff69bb;
  border-top: 12px solid #ff69bb;
  border-bottom: 12px solid #ff69bb;
  text-align: center;
}
.scrollbox {
  background-color: white;
  color: black;
height: 45%;
width: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 30px;
  margin: 0 auto;
  border: 5px inset black;
  padding: 20px;
  margin-top: 3%;
}
a {
font-size: 50px;
 text-decoration: none;
 line-height: 3.0;
transition: 0.2s;
background: linear-gradient(to top, #f02996 2%, #ff69bb 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black;
}
a:hover {
  letter-spacing: 2px;
}