html, body {
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    margin: 0;
    padding: 0;
}

div.wrapper {
    width: 100%;
    text-align: center;
    padding-top: 150px;
}

div.innerwrapper img {
    display: block;
    margin: auto !important;
}

h1, p {
    font-family: 'Roboto', 'Arial';
    color: #fff;
    font-weight: 300;
}

h1 {
    font-size: 48px;
}

h1 span {
    color: #d06464;
}

p {
    font-size: 18px;
    line-height: 28px;
}
