

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



html, body {
    width: 100%;
    height: 100%;
    
}

#center-logo {
    width: 500px;
    height: 400px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto auto;
}

#center-logo > div > div > span {
    display: block;
}












