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

body {
    font-family: 'PT Sans', sans-serif;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

h1,h2,h3,h4 {
    font-family: 'Exo2', sans-serif;
}

h1 {
    text-align: center;
    # border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

h2,h3 {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-top:    10px;
    padding-left:   10px;
    padding-bottom: 10px;
    margin-bottom:  10px;
}

h2 {
    background: #F7EBA5;
}

.future {
    background: #FFFAE2;
}

.current {
    background: #D1FA87;
}

.past {
    background: #F1FBDB;
}


tt, code, pre, sourceCode {
    font-family: 'Fira Mono', monospace;
    font-size: 94%;
}
