﻿* {
    box-sizing: border-box;
}

.chart-container {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    width: 100%;
}

#chart-content {
    height: 450px;
}