@import url('reset.css');

@font-face {
    font-family: 'MS-DOS';
    src: url('./Perfect_DOS_VGA_437_Win.ttf');
}

::selection {
    background-color: #7da1e8;
    color: black;
}

body {
    background: #0b0c0e;
    font-family: 'MS-DOS';
    color: white;
}

nav {
    background-color: #7da1e8;
    color: black;
    display: flex;
    position: relative;
    z-index: 1;
}

nav a {
    text-decoration: none;
    color: inherit;
    animation: none;
}

a {
    color: #7da1e8;
}

.container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.content {
    width: 800px;
    max-width: 98%;
}

.content p {
    margin: 1rem 0 1.5rem 0;
}

.important {
    color: #7da1e8;
    font-weight: bold;
}

.ml-auto {
    margin-left: auto;
}

.posts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.post {
    user-select: none;
    background-color: #333333;
}

.post div {
    padding: 0.75rem 1rem;
    display: block;
}

.post input[type='radio'] {
    display: none;
}

.post footer {
    padding: 0.5rem;
    font-size: 0.75rem;
}
footer.footer {
    background-color: #8a0f8a;
    color: white;
    display: flex;
    margin-top: 20px;
}

.quote {
    user-select: none;
}

.inclusive span.letter:nth-child(6n + 1) {
    color: #dd0303;
}

.inclusive span.letter:nth-child(6n + 2) {
    color: #f78800;
}

.inclusive span.letter:nth-child(6n + 3) {
    color: #f7e600;
}

.inclusive span.letter:nth-child(6n + 4) {
    color: #007c25;
}

.inclusive span.letter:nth-child(6n + 5) {
    color: #004bf7;
}

.inclusive span.letter:nth-child(6n + 6) {
    color: #710783;
}
