.header {
    display: flex;
    align-items: center; 
    justify-content: center;
    background: pink;
}

.header img {
    width: 15%;
    height: auto;
    margin: .75rem;
}