.header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.header-img {
    max-width: 100%;
    height: auto;
    display: block;
}
