/* ---------- General formatting ---------- */

body {
    font-family: "Nunito",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #424242;
}
.entry-content{
    background-color:rgba(255, 255, 255, 0.6);
    margin:2vw;
}
.whiteout{
    background-color:rgba(255, 255, 255, 0.6);
    margin;2vw; padding:10px;
}
blockquote {
    color: #424242;
    font-family: "Merriweather";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    padding-left:10px; padding-right:10px;
}
/* ---------- End of General formatting ---------- */
