body {
    background-color: black;
    color: white;
    height: 100vh;
    overflow: hidden;
}

pre {
    font-family: monospace;
    font-size: 10px;
}

.donut-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}