.Graph {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50vh;
        background-color: rgba(4, 5, 5, 0.82);
        border: 1px solid rgba(125, 33, 40, 0.45);
        border-radius: 16px;
        box-shadow: 0 24px 40px rgba(0, 0, 0, 0.35);
        padding: 24px;
    }

    canvas {
        width: 100%;
        height: auto;
    }

    #myChart {
        color: white;
    }
