body {
    background: black;
    color: #CCCCCC;
    font-family: monospace;
}

h1 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

table {
    width: 100%;
}
table td, table th {
    text-align: right;
}
table th {
    font-weight: bolder;
}
tr th {
    padding-bottom: 20px;
    color: #FFFFFF;
}

tr td {
    padding-bottom: 25px;
}

.label {
    font-size: 10px;
}
.label::after {
    content: ': ';
}
