body {
    background-color: #222;
    color: #EEE;
}

header {
    background: url('../images/1338701.png');
    background-size: cover;
    background-position: 0px -200px;
    background-color: #000;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
