@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://tools.nerdchandise.io/_assets/css/font-awesome/css/all.min.css');

html {
    margin: 0;
    padding: 0;
}

body {
    background: #F7F9FA;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 0 auto 0;
    padding: 0 0 4em;
    width: 768px;
}

h1 {
    font-size: 2.4em;
    font-weight: 200;
    margin-bottom: 2em;
    margin-top: 1em;
}

h2 {
    font-weight: 600;
    margin-bottom: 1.5em;
    margin-top: 2em;
}