html, body {
    height: 100%;
}

.wrap {
    position: absolute;
    width: 75%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
}

.wrap .ukqap-logo {
    width: 100%;
    height: 100%;
    background: url(../images/UQSP-logo-landscape.png) no-repeat center center;
    background-size: contain;
}

.wrap h1 {
    font-family: 'Raleway';
    font-weight: 300;
}