As far as I understand, the centering of your logo is done through position: absolute, and to prevent your logo from overlapping with other blocks, add an Intro component position: relative.
position: absolute
Intro
position: relative