.block-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* Ensure text is centered */
}

.block-content {
    margin-top: 25px; /* Add margin to the top */
    margin-left: 25px; /* Add margin to the left side */
    margin-right: 25px; /* Add margin to the right side */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: space-around;
    text-align: space-around; /* Ensure text is centered */
}

.navbar {
    border: 1px solid black; /* Add a black border */
}

.data-container {
    overflow-x: auto;
    margin: 25px;
    width: 100%;
}

.chart {
    width: 100%;
}
