﻿body, html {
    width: 100%;
    height: 100%;
    background-color: #21232a;
}

body {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    padding: 0;
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 75pt rgba(0,0,0,.8);
    box-shadow: inset 0 0 75pt rgba(0,0,0,.8);
    display: table;
    font-family: "Open Sans",Arial,sans-serif;
}

h1 {
    /*font-family: inherit;*/
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 100px;
}

    h1 small {
        font-size: 68%;
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.lead {
    color: silver;
    font-size: 50px;
    line-height: 1.4;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: inherit;
}
