.very-simple-header{
    position: absolute;
    top: var(--admin-bar-height);
    left: 0;
    width: 100%;
    padding: var(--item-row-gap) var(--page-padding);
    width: var(--full-width);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.very-simple-header .logo{
    display: block;
    margin: 0 auto;
}

.very-simple-header .logo img{
    max-width: 20rem;
    max-height: 6rem;
}