@font-face {
    font-family: OpenSans;
    src: url(./fonts/OpenSans.ttf);
}

body{
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #555;
}

h1, h2{
    color: #111;
}

.top-bar{
    background-color: #333;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    border-bottom: 5px solid #76b900;
}

.container{
    max-width: 888px;
    margin: auto;
    padding: 30px;
}

.headline{
    font-size: 56px;
    line-height: 64px;
}

.subtitle{
    font-weight: normal;
    font-size: 20px;
}

.author{
    font-weight: bold;
    font-size: 0.8em;
}

.social-icons{
    margin-top: 10px;
}

.social-icon{
    width: 20px;
    padding: 10px 10px 10px 0px;
}

a{
    text-decoration: none;
    color: #76b900;
    font-weight: bold;
}

.content{
    max-width: 648px;
    margin: auto;
}

p{
    font-size: 20px;
    line-height: 32px;
}

.cta{
    font-size: 20px;
    margin: 30px 0px;
}

figure{
    padding: 0px;
    margin: 40px 0px;
    font-size: 12px;
}

figure>img{
    width: 100%;
}

.footer{
    background-color: #333;
    color: #fff;
    padding: 8px;
    text-align: center;
    border-top: 5px solid #76b900;
}