@font-face {
    font-family: 'rainy';
    src: url(/rainyhearts.ttf);
}

@font-face {
    font-family: 'pixels';
    src: url(/GothicPixels.ttf);
}

body {
    font-family: 'rainy';
    margin: 0;
    padding: 5px;
    color: #83946a;
    font-size: 17px;
}

h1 {
    margin: 0;
    font-family: 'rainy';
}

h1::before {
    content: "¡ ";
}

w {
    font-size: 50px;
    float: left;
    font-family: 'pixels';
    line-height: 0.5em;
}

p {
    text-indent: 45px;
}

.nope {
    text-indent: 0px;
}

u {
    background-color: #83946a;
    color: white;
    text-decoration: none;
}

.desc {
    background-color: #83946a;
    padding: 5px;
    margin: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px dashed #b9ca9e;
    color: #cee0af;
}

.nomargin {
    margin: 0;
    margin-bottom: 5px;
}

t {
    background-color: #cee0af;
    padding: 2px;
    text-transform: uppercase;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background-color: #b9ca9e;
}

a, a:visited {
    color: #83946a;
}

a:hover {
    text-decoration: none;
}

hr {
    border-top: 1px dashed #83946a;
    border-bottom: none;
    border-left: none;
    border-right: none;
}