@font-face {
  font-family: "Angelic";
  src: url("https://heartaches.neocities.org/AngelicWar.otf");
}
  
@font-face {
    font-family: "basiic"; 
    src: url("https://heartaches.neocities.org/Nihonium113.ttf") format("truetype");
}

@font-face {
  font-family: "jelly";
  src: url("https://heartaches.neocities.org/Jellybost.otf");
}

@font-face {
  font-family: "dreamer";
  src: url("https://heartaches.neocities.org/DreamerTM-Regular.ttf");
}

body {
    font-family: "basiic";
    color: #4c3238;
    background-image: url('https://heartaches.neocities.org/fart.jpg');
    background-repeat: repeat;
    background-attachment: scroll;
    overflow: hidden;
}

a:link {
  color: #f0c7cb;
  background-color: transparent;
  text-decoration: underline;
} 

a:visited {
  color: #d2c0ba;
  background-color: transparent;
  text-decoration: underline;
} 

 ::-webkit-scrollbar {
      width: 16px;
    }

    ::-webkit-scrollbar:horizontal {
      height: 17px;
    }

    ::-webkit-scrollbar-corner {
      background: #eee;
    }

    ::-webkit-scrollbar-track:vertical {
      background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
    }

    ::-webkit-scrollbar-track:horizontal {
      background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
    }

    ::-webkit-scrollbar-thumb {
      border: 1.5px solid #888;
      border-radius: 3px;
      box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
      background-color: #eee;
    }

    ::-webkit-scrollbar-thumb:vertical {
      background: url("https://i.imgur.com/bfyvjnx.png") no-repeat 50%, linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
    }

    ::-webkit-scrollbar-thumb:horizontal {
      background: url("https://i.imgur.com/tqe4SxM.png") no-repeat 50%, linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
    }

    ::-webkit-scrollbar-button:horizontal:end:increment,
    ::-webkit-scrollbar-button:horizontal:start:decrement,
    ::-webkit-scrollbar-button:vertical:end:increment,
    ::-webkit-scrollbar-button:vertical:start:decrement {
      display: block;
    }

    ::-webkit-scrollbar-button:vertical {
      height: 17px;
    }

    ::-webkit-scrollbar-button:vertical:start:decrement {
      background: white;
      background-image: url("https://i.imgur.com/EFnEMEb.png");
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    ::-webkit-scrollbar-button:vertical:start:increment {
      display: none;
    }

    ::-webkit-scrollbar-button:vertical:end:decrement {
      display: none;
    }

    ::-webkit-scrollbar-button:vertical:end:increment {
      background: white;
      background-image: url("https://i.imgur.com/xuIt6Lc.png");
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }


::selection {
/* Change highlight background color */
background: #f7abcf;
/* Change highlight text color */
color: #FFFFFF;
}

.container {
  /*(c) solielios*/
  border-width:12px;
  border-style:solid;
  border-image: url("https://i.postimg.cc/kGVcpSWf/IMG_9609.gif") 11 fill round;       
  margin: auto;
  width: 884px;
  height: 665px;
  position: relative;
  padding: 5px;
  z-index: 4;
}

.container-one {
  border-width: 1px;
  border-style: solid;
  border-color: white;
  background-image: url('https://heartaches.neocities.org/20cbf53c06188ea7041f41bf1707e346.jpg');
  background-repeat: no-repeat;
  width: 880px;
  position: static;
  left: 1px;
  height: 100px;
  box-shadow: 0 0 8px 8px white inset;
  z-index: 5;
}

#name
{
  font-family: "dreamer";
  font-size: 4em;
  color: #835e5d;
  margin-top: 20px;
  margin-left: 10px;
}


