﻿body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.sicTitle {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2px;
}

    .sicTitle div {
        background-color: #f0f0f0;
        padding: 5px;
        border-radius: 10px;
        text-align: center;
        width: 30%;
    }

.stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

    .stats div {
        background-color: #f0f0f0;
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        width: 30%;
    }

.charts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chart-container {
    width: 80%;
    height: 240px; /* Adjust height to fit on one page */
    margin-bottom: 20px;
}

canvas {
    width: 100% !important;
    height: 100% !important;
}
