html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #111;
    font-family: 'Dhurjati', sans-serif;
}

#page {
    position: relative;
    height: 100%;
}

#logo {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

#content {
    color: #111;
    text-align: center;
}

#content a {
    color: #111;
}

#logo svg {
    cursor: pointer;
}

#title {
    font-size: 2em;
    color: #111;
}