/* Show it is fixed to the top */
body {
    min-height: 75rem;
    padding-top: 4.5rem;
}
.apexcharts-text.apexcharts-yaxis-label {
    font-size: 20px !important;
}
.apexcharts-text.apexcharts-xaxis-label {
    font-size: 20px !important;
}
.apexcharts-text.apexcharts-title-text {
    font-size: 20px !important;
    margin-top: 20px !important;
}
.apexcharts-text.apexcharts-legend-text {
    font-size: 20px !important;
}
.apexcharts-text.apexcharts-tooltip-text {
    font-size: 20px !important;
}