* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

html {
    background: transparent;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 160%;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    overflow-y: scroll;
    background-color: #170e09;
    color: #FFFFFF;
}

h1 {
    font-size: 300%;
    line-height: 125%;
}

.page-wrap {
    min-height: 100vh;
    align-items: center;
    text-align: center;
    vertical-align: center;
    display: flex;
}

.centered-container {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: -50px auto 0;
}

.centered-container p {
    color: #ebdec2;
}

.expansion-logo {
    max-height: 200px;
}