html,body{
    margin: 0;
    padding: 0;
}

body{
    padding-bottom: 120px;
}

.main_container{
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 700px;
}

h1{
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #222;

    font-size: 2em;
    line-height: 1;
}
h2{
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #222;
    margin: 40px 0 10px;
}
p,
a{
    font-family: 'Zilla Slab', serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #222;
}


#top_page{
    margin: 140px auto 40px;
}