.hidden{
    display: none;
}

.header_fixed{
    position: fixed;
    top: 0;
    z-index: 100;
}

body > section{
    display: block;
}