.heatmap {
    flex: 1 1 30%; /* Adjust the width of each heatmap */
    margin: 10px; /* Add some margin between heatmaps */
}

#qdd-prediction-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.download-button{
    border-radius: 12px; 
    padding: 10px 20px; 
    background-color: #007bff; 
    color: white; 
    border: none; 
    cursor: pointer; 
    transition: background-color 0.3s;
}

.download-button:hover{
    background-color: #0056b3;
}