.analytics {
    display: flex;
    width: 100%;
    /* padding: 0px 15px; */
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

#popularTags, 
#categoryAnalytics, 
#tagweekyears, 
#overallCategoryAnalytics,
#hot_boosted {
    width: 100%;
    background: white;
    box-shadow: 2px 2px 12px #ddd;
}

#chartdiv2, 
#category_analytics, 
#tagweekyear, 
#overallCategoryAnalytic,
#hot_boosted_analytics {
    height: 500px;
}

.analytics-title {
    background: #f58220;
}
.analytics h2, .analytics-h2 {
    padding: 5px 20px 10px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.5rem;
}

