/*cursor*/

body,
a:hover {
    cursor: url(https://i.imgur.com/nIi1oF0.png), progress !important;
}

/*fonts */
@font-face {
    font-family: h1;
    src: url(https://dl.dropbox.com/scl/fi/n6ayl1ceemt8b12y9kcwr/TrashHand.TTF?rlkey=3241bq0m9og070pem81hwmo6k&st=0lhq6knw&dl=0);
}

/*linklonks*/

a:link {
    text-decoration: none;
    color: #fff;
    text-shadow:
        0 0 2px #000,
        0 0 5px #fff,
        0 0 10px #000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
a:visited {
    text-decoration: none;
    color: #fff;
    text-shadow:
        0 0 2px #000,
        0 0 5px #fff,
        0 0 10px #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:hover {
    color: #4b4b4b;
    text-shadow:
        0 0 2px #000,
        0 0 5px #4b4b4b,
        0 0 10px #000;
    cursor: url(https://i.imgur.com/gWBFYny.png), progress !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:active {
    color: #4b4b4b;
    text-shadow:
        0 0 2px #000,
        0 0 5px #4b4b4b,
        0 0 10px #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

/* secret scrollbar wish firefox would let me use it*/
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: 3px solid #000;
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
/* other stuff */

body {
    background: url(https://i.imgur.com/CK3oPo4.png);
    background-size: repeat;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

/* pretty text n stuff*/
p {
    font-size: 13px;
    font-family: helvetica, sans-serif;
    color: #fcfcfc;
    text-align: justify;
    padding: 5px;
    margin-bottom: 1px;
}
h1 {
    font-family: h1;
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-bottom: 2px;
}
h2 {
    font-family: h1;
    text-align: center;
    font-size: 32px;
    margin-bottom: 2px;
    color: #fff;
}

h3 {
    font-family: h1;
    text-align: center;
    font-size: 26px;
    margin-bottom: 2px;
    color: #fff;
}
h4 {
    font-family: h1;
    text-align: center;
    font-size: 22px;
    margin-bottom: 2px;
    color: #fff;
}
hr {
    border: none;
    width: 400px;
    height: 1px;
    background: white;
}
p.tw {
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    color: #ccc;
    text-align: center;
    padding: 5px;
}
p.centertext {
    font-size: 13px;
    font-family: Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 1px;
}

p.bigcenter {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serifsans-serif;
    color: #fbfbfb;
    text-align: center;
    padding: 5px;
}

p.directory {
    font-size: 22px;
    font-family: h1;
    color: #fff;
    text-align: center;
    padding: 5px;
}

p.navi {
    font-family: h1;
    font-size: 25px;
    text-align: center;
    color: #fff;
    line-height: 0.5;
}

p.nya {
    font-family: h1;
    color: #fff;
    text-align: center;
    font-size: 50px;
    text-shadow:
        0 0 2px #000,
        0 0 5px #fff,
        0 0 10px #000;
}

bold {
    color: #fcfcfc;
}
italic {
    color: #fcfcfc;
}
::selection {
    background: #fff;
    color: #000;
}

::selection {
    background: #fff;
    color: #000;
}

/* image stuff */
img {
    border: 1px solid #fff;
    padding: 5px;
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
    margin: 3px;
}

img.select {
    border: 1px solid #fff;
    padding: 5px;
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
    margin: 7px;
    width: 100px;
    height: 100px;
}

img.main {
    margin-left: none;
    margin-top: 2px;
    margin-right: 15px;
    margin-bottom: 2px;
    border: 1px solid #fff;
    padding: 5px;
    background-size: cover;
    width: 200px;
    border-radius: 5px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
}

/* background stuff*/
.box {
    position: absolute;
    z-index: 1;
    background: rgb(0, 0, 0, 0.99);
    border: 2px #fff solid;
    border-radius: 2px;
    bottom: 25%;
    left: 0;
    right: 0;
    width: 600px;
    height: 350px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 75px;
    margin-inline: auto;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 1) rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px #000;
}
.bar {
    position: absolute;
    z-index: 3;
    background: rgb(0, 0, 0, 0.99);
    border: 2px #fff solid;
    border-radius: 2px;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 600px;
    height: 70px;
    padding-left: 50px;
    padding-right: 50px;
    margin-inline: auto;
    overflow: clip;
    box-shadow: 0 0 10px #000;
}

.title {
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    top: 15px;
    left: 0;
    right: 0;
    width: 600px;
    height: 100px;
    padding-left: 50px;
    padding-right: 50px;
    margin-inline: auto;
    overflow: clip;
}

.lol {
    position: absolute;
    z-index: 0;
    background: none;
    width: 200%;
    height: 200%;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
}

/* You win. Here's a video for you: https://www.youtube.com/watch?v=lpiB2wMc49g */

