header {
    background: url("images/header.jpg");
    background-size: cover;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}