body, h1, p {
    font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #cccccc;
}
.container {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.row:before, .row:after {
    display: table;
    content: " ";
}
h1 {
    font-size: 48px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.lead {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 20px;
}
p {
    margin: 0 0 10px;
}
a {
    color: #3282e6;
    text-decoration: none;
}