Segunda div, centralizada
width: 100%
position: fixed; top: 0; width: 80%; height: 65px; left: 50%;
transform: translateX(-50%);
centralizando com margin antes zerar: left/right
position: fixed; top: 80%; margin: auto; left: 0; right: 0;