
Wilfried Wils must survive as an auxiliary policeman during the Nazi occupation of Antwerp
/* Common styles for all links */
a {
text-decoration: none;
color: #333;
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
/* Blasting effect on hover for all links */
a::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
...