@import url('https://fonts.googleapis.com/css?family=Merriweather|Montserrat:700&display=swap');

body {
    font-family: 'Merriweather', serif;
    color: #333;

}

hr {
    color: #ececec;
}

p {
    line-height: 140%;
}

h1 {
    text-align: center;
    font-size: 48px;
}

h1, h2 {
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 60px;
    }

    .entry { 
        width: 700px;
        margin-left: auto; 
        margin-right: auto;
    }
}
