Is there a solution to prevent the logo element from shifting to the left when resizing the window, despite its fixed position?
#logo {
top:20px;
left:50%;
margin-left:-177.6px;
width:355.2px;
height:148.8px;
position:fixed;
}