html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

.splash_logo {
position:relative;
font-family: Helvetica,Helvetica Neue,Arial,sans-serif;
font-weight:bold;
font-size:100px;
float:right;
margin-top:110px;
}
span.h {
color:#222222;
}
span.wg {
color:#dedede;
}

.splash_logo:hover span.h {
color:#dedede;
  cursor: pointer;
}
.splash_logo:hover span.wg {
color:#222222;
  cursor: pointer;
}