@font-face {
    font-family: Fairfax;
    src: url('./assets/fonts/Fairfax.ttf');
}

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #282828;
    color: #ebdbb2;
    font-family: Fairfax, monospace;
    font-size: 12px;
}

.content {
    background-color: #3c3836;
    padding: 9px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 480px;
}

h1, h2, h3 {
    margin-top: 12px;
    weight: bold;
}

h1 {
    font-size: 24px;
}
h1::before {
    content: "* ";
    color: #d79921;
}

h2 {
    font-size: 12px;
}
h2::before {
    content: "** ";
    color: #d79921;
}

h3 {
    font-size: 12px;
}

h3::before {
    content: "*** ";
    color: #d79921;
}

li {
    padding-left: 18px;
    list-style-type: none;
}

li::before {
    content: "• ";
}

a {
    color: #d65d0e;
    text-decoration: none;
}

a:hover {
    color: #fe8019;
}

p::before {
    content: "¶ ";
    font-weight: bold;
}

#thin-badges {
    display: inline-block;
    position: fixed;
    left: 8px;
    bottom: 8px;
}

#thin-badges img {
    display: block;
}

hr {
    border: 1px solid #ebdbb2;
    margin-top: 2px;
    margin-bottom: 2px;
}

.underline {
    text-decoration: underline;
}

#avatar {
    float: right;
    width: 25%;
    margin-left: 4px;
}

#ads {
    border: none;
    width: 722px;
    height: 98px;
    max-width: 100%;
}

.tag {
    color: #689d6a;
}

.tag span::before {
    content: "#"
}
