body {
    background-color: #181818;
    color: #f1f1f1;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    background: #232323;
    padding: 20px 60px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.5);
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.disklist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Roboto Mono', 'Menlo', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.green {
    color: green;
}

body, .container, .button, .low-speed, .medium-speed, .high-speed {
    font-size: 1.25em;
}