
/* Default selector: header */
header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
}
