@import url("http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext");
body {
    font-family: Lato, sans-serif;
    background: #ffefbe;
}

h1, h2, h3 {
    color: #366b55;
}

.filler {
    display: none;
}

.tt {
    font-family: monospace;
}