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

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

span#tagline {
    margin-top: 24px;
    font-family: "Lion-and-Hare", "Around", "Rubik", "Trebuchet MS", "Tahoma", sans-serif;
    font-size: 48pt;
    text-align: center;
}