a {
    color: #6900ff;
    font-weight: 690;
}

body {
    font-family: "VT323", monospace;
    background: #000604;
    color: #00ffaa;
}

details summary {
    cursor: pointer;
    color: #6900ff;
    font-weight: 690;
}

details {
    background: #001008;
    max-width: 100%;
    overflow: hidden;
}

summary {
    display: block;
}

summary::-webkit-details-marker {
    display: none;
}

header {
    font-family: "Play", sans-serif;
    background: #000604;
    color: #6900ff;
    text-align: center;
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 2.0em;
    font-weight: 800;
}

table, tr, th, td {
    border-collapse: separate;
    border-style: inset;
    border-width: 1px;
    border-color: #00ffaa;
}

table {
    width: 100%;
}

td {
    text-align: center;
}

.container {
    display: grid;
    min-height: 50vh;
}

.sidebar-left {
    font-family: "VT323", monospace;
    position: fixed;
    left: 12px;
    color: #00ffaa;
    text-align: left;
    margin-right: 24px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1em;
}

.content {
    color: #00ffaa;
    text-align: justify;
    padding-left: 360px;
    padding-right: 20px;
    font-size: 1.0em;
}