header {
    position: absolute;
    height: 100px;
    display: flex;
    align-items: center;
    margin: 5px;
}

header img {
    width: 75px;
    height: 75px;
    margin: 0 0.5rem;
    border-radius: 50%;
}