#header {
    animation: header-top-down 1s linear;
}

/* @keyframes header-top-down {
    from {
        transform: translateY(-71px);
    }
    to {
        transform: translateY(0px);
    }
} */