/* hey stalker */
/* welcome to my spaghetti code :D */

body {
  background-color: black;
  color: white;
  font-family: "VT323", sans-serif;
  margin: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}

html{
  height: 100%;
  cursor: url('https://costasiella.neocities.org/pics/cursor/huh.png'), auto;
}

.top_thing{
  width: 100%;
  text-align: center;
  background-image: url("https://costasiella.neocities.org/borders/laceeeee.png");
  background-repeat: repeat-x;
  height: 30px;
  background-size: contain;
}

.nav{
  left: 11%;
}

li {
            list-style: none;
            padding: 7px 27px;
            background-image: url(
            "https://costasiella.neocities.org/pics/White%20Star%20Sticker%20by%20Joie.gif");
            background-repeat: no-repeat;
            background-position: left;
            background-size: 20px 20px;
            left: -18%;
            position: relative;
        }


a:link {
  color: white;
  cursor: url('https://costasiella.neocities.org/pics/cursor/huh.png'), auto;
}

/* visited link */
a:visited {
  color: white;
  cursor: url('https://costasiella.neocities.org/pics/cursor/huh.png'), auto;
}

/* mouse over link */
a:hover {
  color: #8f0717;
  cursor: url('https://costasiella.neocities.org/pics/cursor/huh.png'), auto;
}

/* selected link */
a:active {
  color: #8f0717;
  cursor: url('https://costasiella.neocities.org/pics/cursor/huh.png'), auto;
}

::-moz-selection { /* Code for Firefox */
  background: #8f0717;
  text-shadow: 0px 0px 3px #ff9797;
}

::selection {
  background: #8f0717;
  text-shadow: 0px 0px 3px #ff9797;
}

#scroll {
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: scroll;
    font-size: 18px;
    text-align: left;
    height: 26em;
}


h4, h5, h3{
  text-align: center;
  background-size: 33%;
  background-image: url('https://costasiella.neocities.org/backgrounds/starssss.png');
  font-family: "Non", sans-serif;
}

.center {
    margin: auto;
    width: 33%;
    padding: 10px;
    position: relative;
    top: 25.5%;
    overflow-y: scroll;
    height: 60%;
    background-image: url("https://costasiella.neocities.org/pics/ht2.png");
    background-size: 100%;
}

.left_thing{
  top: 25.5%;
  width: 10%;
  border: white solid 1px;
  height: 60%;
  background-image: url("https://costasiella.neocities.org/pics/ht2.png");
  background-size: 100%;
  position: absolute;
  right:68%;
  padding: 10px;
}

.right_thing{
  top: 25.5%;
  width: 7%;
  border: white solid 1px;
  height: 60%;
  background-image: url("https://costasiella.neocities.org/pics/ht2.png");
  background-size: 100%;
  position: absolute;
  left:68%;
  padding: 10px;
  overflow-y: scroll;
}

.side {
    margin: auto;
    width: 8%;
    position: absolute;
    top: 40%;
    right:72%;
    height: 20em;
}

.cloud-text1 {
    height:100%; 
    margin:auto; 
    text-align: center; 
    padding:18%;
}

.cloud-text2 {
    height:100%; 
    margin:auto; 
    text-align: center; 
    padding:16%;
}

.center-borderless {
  margin: auto;
  width: auto;
  padding: 5px;

}

.center-old {
    margin: auto;
    width: 30%;
    border: 1px solid white;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    top: 8em;
}


footer {
    height: 40px;
    bottom: 0;
    position: relative;
    background: url(https://costasiella.neocities.org/pics/cute-cloud-stars-pastel-grey-bottom-border-seamless-pattern_91515-74.png) bottom center;
    background-repeat: repeat-x;
    background-size: 160px;
}

/* Scrollbar styles */

/*
Rainbow scrollbar:

::-webkit-scrollbar {
width: 12px;
height: 12px;
background: -webkit-linear-gradient(top, #ffb5cd 2%,#ffcca8 17%,#fff6b7 35%,#daffb7 55%,#aadeff 76%,#cebafc 97%);
}

::-webkit-scrollbar-thumb {
background: -webkit-linear-gradient(top, #ffb5cd 2%,#ffcca8 17%,#fff6b7 35%,#daffb7 55%,#aadeff 76%,#cebafc 97%);
border: 1px dotted white;
border-radius: 0px;
}

*/

::-webkit-scrollbar {
width: 5px;
height: 12px;
background: black;
}

::-webkit-scrollbar-thumb {
background: rgb(169 169 169);
border: 1px dotted black;
border-radius: 0px;
}

::-webkit-scrollbar-track {
background: #ffffff;
border-radius: 0px;
width: 0px;
border: 1px dotted white;
}

/*image yeah*/
.sticker {
    position: absolute;
    z-index: -1;
}




/*fonts*/
.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

.handjet-<uniquifier> {
  font-family: "Handjet", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "ELGR" 1,
    "ELSH" 2;
}

.doto-<uniquifier> {
  font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "ROND" 0;
}

.metal-mania-regular {
  font-family: "Metal Mania", system-ui;
  font-weight: 400;
  font-style: normal;
}

.fredericka-the-great-regular {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;
}

.cabin-sketch-regular {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cabin-sketch-bold {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.mansalva-regular {
  font-family: "Mansalva", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.workbench{
  font-family: "Workbench", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rubik-burned-regular {
  font-family: "Rubik Burned", system-ui;
  font-weight: 400;
  font-style: normal;
}

.love-ya-like-a-sister-regular {
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  font-style: normal;
}

.texturina-<uniquifier> {
  font-family: "Texturina", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}


/* more fonts */
@font-face {
  font-family: "MCR";
  src: url('https://costasiella.neocities.org/font/ChemicalReactionDEMO.otf');
}

@font-face {
  font-family: "Acid";
  src: url('https://costasiella.neocities.org/font/AcidLabel-KZWZ.otf');
}


@font-face {
  font-family: "Blue";
  src: url('https://costasiella.neocities.org/font/Blue%20Screen%20Personal%20Use.ttf');
}


@font-face {
  font-family: "Crash";
  src: url('https://costasiella.neocities.org/font/Crash%20test%20dummy.ttf');
}

@font-face {
  font-family: "Indie";
  src: url('https://costasiella.neocities.org/font/IndiePressDemo.otf');
}


@font-face {
  font-family: "Non";
  src: url('https://costasiella.neocities.org/font/NoneShallPassDEMO-KCFonts.ttf');
}

@font-face {
  font-family: "Logic";
  src: url('https://costasiella.neocities.org/font/vtks%20logic.ttf');
}

@font-face {
  font-family: "Insonia";
  src: url('https://costasiella.neocities.org/font/insonia.ttf');
}

@font-face {
  font-family: "Diager";
  src: url('https://costasiella.neocities.org/font/Diager-GOm.ttf');
}







