header {
    height: 120px;
    display: flex;
    align-items: center;
    gap: 3rem;
}

header img {
    max-height: 100px;
    width: auto;
}

header h1 {
    margin: 0;
}