body {
    background-color: black;
    margin-left: 0;
    margin-top: 0;
    color: white;
    font-family: monospace;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: rgb(122, 193, 255);
}

header {
    margin-top: 5px;
    margin-bottom: 5px;
}

hr {
    color: inherit;
}

#header-container {
    position: fixed;
    max-height: 50px;
    background-color: black;
    opacity: 1;
    width: 100%;
}

#header-logo {
    margin-left: 5px;
    margin-top: auto;
    margin-bottom: auto;
    float: left;
    display: block;
}

#main {
    position: fixed;
    margin-top: 50px;
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.header-link {
    font-size: larger;
    margin-left: 10px;
    padding-top: 12px;
    float: left;
    display: block;
}

.hit-bottom-text {
    text-align: center;
    width: 100%;
    font-size: 20px;
    height: 40px;
}

.post {
    margin-left: 5px;
}

.post-left-element {
    display: block;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
}

.post-pfp {
    border-radius: 50%;
    display: block;
    float: left;
}

.post-tag {
    margin-left: 15px;
    font-style: italic;
}

.post hr {
    margin-top: 15px;
    margin-right: 5px;
    color: rgb(64, 64, 64)
}