body {
    font-family: 'Courier Prime', monospace;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    min-height: 100vh;
}


.links {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.title {
    margin-left: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-items: left;
}



.title-line {
    font-size: 2rem;
    line-height: 1.2;
}

.title-line.gray {
    color: #808080;
}

.title-line.black {
    color: #000000;
}

.tagline {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: underline;
    color: #000000;
    text-decoration-color: #808080;
    margin-bottom: 20px;
    text-wrap: pretty;
}

.forum-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1rem;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 5px 10px;
    border-radius: 5px;
}

.forum-link:hover {
    background-color: #000000;
    color: #ffffff;
}

footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-size: 0.9rem;
    color: #000000;
}

.beat {
    margin-left: 2px;
    font-size: 3em;
}
