/*cursor*/

body,
a:hover {
    cursor: url(https://i.imgur.com/qwSCvTe.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);
}

@font-face {
    font-family: mayonice;
    src: url(https://dl.dropbox.com/scl/fi/7guxn55bjtgu79j6y2qp6/Mayonice.ttf?rlkey=liqn3ju4mwpfznsf3qhw7jh18&st=uftkh45d&dl=0);
}
@font-face {
    font-family: smalltype;
    src: url(https://dl.dropbox.com/scl/fi/10qruuh76bctnft6q33yl/SmallTypeWriting.ttf?rlkey=pco0q2dgbdhvgeebtdqmu5p41&st=9xch80n3&dl=0);
}

/*linklonks*/

a:link {
    text-decoration: none;
    color: #372284;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:visited {
    text-decoration: none;
    color: #372284;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:hover {
    color: #171123;
    text-decoration: underline;
    cursor: url(https://i.imgur.com/OCAPM9X.png), progress !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:active {
    color: #171123;
    text-decoration: underline;
    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: 5px;
}

::-webkit-scrollbar-track {
    background: #d8b5b1;
}

::-webkit-scrollbar-thumb {
    background: #171123;
    border: 2px solid #d8b5b1;
}

/* pretty text n stuff*/
p {
    font-size: 14px;
    font-family: courier new;
    color: #171123;
    text-align: justify;
    padding: 5px;
    margin-bottom: 1px;
}
h1 {
    font-family: mayonice;
    color: #171123;
    text-align: center;
    font-size: 40px;
    margin-bottom: 2px;
}
h2 {
    font-family: smalltype;
    text-align: center;
    font-size: 40px;
    margin-bottom: 2px;
    color: #171123;
}

h3 {
    font-family: smalltype;
    text-align: center;
    font-size: 25px;
    margin-bottom: 2px;
    color: #171123;
}
h4 {
    font-family: smalltype;
    text-align: center;
    font-size: 20px;
    margin-bottom: 2px;
}

hr {
    border: none;
    width: 600px;
    border-top: 1px dashed #b07c9e;
}
hr.other {
    border: none;
    width: 350px;
    border-top: 1px dashed #b07c9e;
}
p.tw {
    font-size: 16px;
    font-family: courier new;
    color: #5c3a51;
    text-align: center;
    padding: 5px;
}
p.centertext {
    font-size: 14px;
    font-family: courier new;
    color: #171123;
    text-align: center;
    padding: 5px;
    margin-bottom: 1px;
}

p.bigcenter {
    font-size: 17px;
    font-family: courier new;
    color: #171123;
    text-align: center;
    padding: 5px;
}

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

bold {
    color: #fcfcfc;
}
italic {
    color: #fcfcfc;
}
::selection {
    background: #b07c9e;
    color: #372284;
}

/* image stuff */
img {
    border: 1px dashed #b07c9e;
    object-fit: cover;
    background-repeat: no-repeat;
    margin: 3px;
    padding: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

img.select {
    border: 1px dashed #b07c9e;
    padding: 5px;
    object-fit: cover;
    background-repeat: no-repeat;
    margin: 7px;
    width: 130px;
    height: 130px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

img.main {
    margin-left: none;
    margin-top: 1px;
    margin-right: 15px;
    margin-bottom: 2px;
    border: 1px dashed #b07c9e;
    padding: 5px;
    object-fit: cover;
    width: 200px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

img:hover {
    filter: grayscale(70%);
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

/* background stuff*/
.box {
    position: absolute;
    z-index: 1;
    background: url(https://i.imgur.com/KBi6LsO.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    border: 1px #372248 solid;
    top: 10%;
    bottom: 12%;
    left: 0;
    right: 0;
    width: 900px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 75px;
    margin-inline: auto;
    overflow-y: hidden;
    box-shadow:
        0 0 3px #000,
        0 0 4px #000;
}

.box2 {
    position: absolute;
    z-index: 2;
    background: #d8b5b1;
    border: 3px #372248 double;
    outline: 1px #372248 dashed;
    outline-offset: 10px;
    top: 20%;
    bottom: 22%;
    left: 0;
    right: 0;
    width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 75px;
    margin-inline: auto;
    overflow-y: scroll;
    overflow-x: clip;
    scrollbar-width: thin;
    scrollbar-color: rgba(176, 124, 158, 1) rgba(217, 202, 179, 0);
    box-shadow:
        0 0 3px #372284,
        0 0 4px #b07c9e;
}

.title {
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    bottom: 2%;
    right: 0;
    width: 600px;
    height: 120px;
    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%;
}
body {
    background: url(https://i.imgur.com/CK3oPo4.png);
    background-size: repeat;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

/* I hope you like shit that Touyhouse said was too icky lol */
