html {
    background-color: #e6e9e9;
    
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0 auto;
    
    max-width: 800px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    background-color: #000;
    
}

h1 {
    color: #fff;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
    margin:2em 2em 10em 2em;
    padding:  10em 2em 10em 2em;   
}

}
