#header {
    width: 100vw;
    height: 100vh;
}

#header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 75, 191, 0.5);
    z-index: 1;
}