body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #222;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    text-shadow: 4px 4px 0 #444;
}

code {
    font-family: monospace;
    background-color: #333;
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
}