Link not working when position=fixed;

Hello guys,

I’m having an issue with my personal website www.laertjansen.com May I ask for some help here?

My name on the top left is a link to the homepage however it doesn’t work and can’t figure out why. I use the cargocollective.com and the css im using is the following:

[COLOR=#333333][FONT=Menlo]#title [/FONT][/COLOR][COLOR=#666666][FONT=Menlo]{ [/FONT][/COLOR]
[COLOR=#333333][FONT=Menlo]position[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]: [/FONT][/COLOR][COLOR=#77A202][FONT=Menlo]fixed[/FONT][/COLOR][COLOR=#666666][FONT=Menlo];[/FONT][/COLOR]
[COLOR=#333333][FONT=Menlo]top[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]: [/FONT][/COLOR][COLOR=#008DEB][FONT=Menlo]57px[/FONT][/COLOR][COLOR=#666666][FONT=Menlo];[/FONT][/COLOR]
[COLOR=#333333][FONT=Menlo]left[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]: [/FONT][/COLOR][COLOR=#008DEB][FONT=Menlo]37px[/FONT][/COLOR][COLOR=#666666][FONT=Menlo];[/FONT][/COLOR]
[COLOR=#333333][FONT=Menlo]font-size[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]: [/FONT][/COLOR][COLOR=#008DEB][FONT=Menlo]13px[/FONT][/COLOR][COLOR=#666666][FONT=Menlo];[/FONT][/COLOR]
[COLOR=#333333][FONT=Menlo]font-weight[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]:[/FONT][/COLOR][COLOR=#77A202][FONT=Menlo]bold[/FONT][/COLOR]
[COLOR=#666666][FONT=Menlo]}[/FONT][/COLOR]

[COLOR=#333333][FONT=Menlo]#title [/FONT][/COLOR][COLOR=#333333][FONT=Menlo]a [/FONT][/COLOR][COLOR=#666666][FONT=Menlo]{[/FONT][/COLOR][COLOR=#333333][FONT=Menlo]color[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]:[/FONT][/COLOR][COLOR=#77A202][FONT=Menlo]black[/FONT][/COLOR][COLOR=#666666][FONT=Menlo];[/FONT][/COLOR][COLOR=#333333][FONT=Menlo]text-decoration[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]:[/FONT][/COLOR][COLOR=#77A202][FONT=Menlo]none[/FONT][/COLOR][COLOR=#666666][FONT=Menlo];[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]}[/FONT][/COLOR]
[COLOR=#333333][FONT=Menlo]#title [/FONT][/COLOR][COLOR=#333333][FONT=Menlo]a[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]:[/FONT][/COLOR][COLOR=#333333][FONT=Menlo]hover [/FONT][/COLOR][COLOR=#666666][FONT=Menlo]{[/FONT][/COLOR][COLOR=#333333][FONT=Menlo]color[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]:[/FONT][/COLOR][COLOR=#D44950][FONT=Menlo]#999999[/FONT][/COLOR][COLOR=#666666][FONT=Menlo];[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]}[/FONT][/COLOR]
[COLOR=#333333][FONT=Menlo]#title [/FONT][/COLOR][COLOR=#333333][FONT=Menlo]a[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]:[/FONT][/COLOR][COLOR=#333333][FONT=Menlo]active [/FONT][/COLOR][COLOR=#666666][FONT=Menlo]{[/FONT][/COLOR][COLOR=#333333][FONT=Menlo]color[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]:[/FONT][/COLOR][COLOR=#D44950][FONT=Menlo]#999999[/FONT][/COLOR][COLOR=#666666][FONT=Menlo];[/FONT][/COLOR][COLOR=#666666][FONT=Menlo]}

thank you very much in advance.[/FONT][/COLOR]