body {
    background-color: #121212;
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Roboto Mono", monospace;
    color: #ffffff;
    margin: auto;
    max-width: 600px;
    /* max-height: 900px; */
    margin-top: 10px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* .avg-expertise-txt {
    font-size: 10px;
    font-weight: 700;
    color: rgb(200, 40, 200);
    margin-top: -20px;
} */

#myChart {
    /* margin-right: 24px; */
    max-width: 500px;
    margin-top: -80px;
    /* aspect-ratio: 1 / 1; */
}