body {
    text-align: center;
    background-color: #111;
    color: white;
    font-family: sans-serif;
}

canvas {
    border: 1px solid white;
    background-color: #000;
    margin-top: 20px;
}

#telemetry {
    margin-top: 20px;
    color: #0f0;
    font-family: monospace;
}
#simulator-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

#simulator-container canvas {
    margin-top: 0;
}

#altitudeChart {
    max-width: 600px;
    max-height: 600px;
}