header {
    transition: box-shadow 0.3s, background 0.3s;
}
header:hover {
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    background: rgba(255,255,255,0.95);
}