body {
    font-family: sans-serif;
    background-color: #202122;
    color: #e6e7e2;
}

a {
    color: #ffffff;
}

main {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #151516;
    border: 3px solid #262629;
    border-radius: 8px;
    min-height: 36em;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 0 8px 0;
    background-color: #18191a;
    text-align: center;
    font-size: 10pt;
}

#center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#tbps {
    padding: 35px 0 70px 0;
    font-size: 90pt;
    font-family: monospace;
}

#total, #max-tbps {
    font-size: 20pt;
}

#status {
    padding: 0 0 5px 0;
}


