header {
    width: 100%;
    background: #8B0000;
    color: white;
    margin: 0px;
    padding: 0px;
    font-family: 'Courier New', Courier, monospace;

    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}