@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono');

body.index {
    text-align: center;
    margin: 0;
}

body {
    font-family: Roboto, sans-serif;
}

code {
    font-family: 'Roboto Mono', monospace;
}

.tags {
    font-family: 'Roboto Mono', monospace;
}
.pony {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.docs {
    position: absolute;
    bottom: 5px;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: larger;
}