body {
    background: #000;
    color: #f8f9fa;
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 0;
}

.chart-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    text-align: center;
}

canvas {
    text-align: center;
    background: #000;
}

h1 {
    position: fixed;
    top: -10px;
    width: 100%;
    text-align: center;
    color: rgb(255, 215, 0);
    z-index: 9;
}

p {
    position: fixed;
    top: 50px;
    width: 100%;
    text-align: center;
    color: #f8f9fa;
    z-index: 9;
}