body {
    font-family: monospace;
    background: #000000;
    color: #c0c0c0;
}

a {
    color: #22e9e4;
}

a:active {
    color: #22e9e4;
    text-decoration: none;
}

a:hover {
    color: #800080;
    text-decoration: none;
}

header {
    font-weight: bold;
    text-align: center;
}

.livestream {
    max-width: 1280px;
    aspect-ratio: 16 / 9;
}

.changelog_entry {
    margin: 20px 500px 0 500px;
    border: #c0c0c0 solid 1px;
    border-radius: 10px;
    padding: 10px 10px 0 10px;
}