div#mainbranding {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
}

img#mainlogo {
    max-width: 360px;
    max-height: 360px;
}

span#tagline {
    margin-top: 24px;
    font-size: x-large;
    font-weight: lighter;
}