h2 {
    color: #0073aa;
    font-size: 24px;
    margin-bottom: 15px;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

table th,
table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

table th {
    background-color: rgb(255, 179, 179);
}

table td {
    background-color: rgb(236, 180, 255);
}

#heatmap-container {
    margin-top: 20px;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 10px;
}

#heatmap-tables {
    margin-top: 30px;
    text-align: center;
    background-color: #ffe7b3;
    border: 1px solid #ddd;
    padding: 10px;
}

#click-table-container,
#scroll-table-container,
#hover-table-container {
    text-align: center;
    background-color: rgb(179, 255, 179);
    border: 1px solid #ddd;
    padding: 10px;
}