.highcharts-tooltip table th {
    padding-bottom: 0.2em;
    border-bottom: 1px solid silver;
}

.content {
    margin-top: 20px;
    margin-bottom: 100px;
}

h2 {
    font-weight: 700;
    margin-top: 60px;
}

p {
    margin-bottom: 60px;
}

#analysis-text {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card-body {
    padding: 30px;
}

.progress-bar {
    width: 0;
    height: 20px;
    background-color: #3498db;
}