body {
    background-color: rgba(235, 235, 235);
    font-family: 'Arial', sans-serif;
}
.chart-container {
    width: 350px;
    height: 50px;
    background-color: rgba(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 5px 5px 5px 5px;
}
.metric-container {
    width: 80px;
    height: 50px;
    background-color: rgba(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin: 5px 5px 5px 5px; */
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 0px; */
}
canvas {
    display: block;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
h1 {
    /* color: #2f8d46; */
    color: rgba(47,79,79);
    text-align: center;
    margin-bottom: 20px;
}
h3 {
    /* color: #2f8d46; */
    /* color: rgba(47,79,79); */
    color: rgba(46,139,87);
    text-align: right;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 15px;
}

