html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

body {
    padding: 1em;
    margin: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: table;
}

.image-wrapper {
    display: table-row;
}

.centered-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.logo {
    max-width: 600px;
    width: 100%;
}

.coming-soon {
    font-style: italic;
}