.Chart_Block:hover {
    border: 1px solid #3b82f6;
    box-shadow: 10px 10px 20px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}