header {
    background: black;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: url('../assets/site-mistakes/observation2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
