    body{
        background-color:black;
        margin:auto;
    }
    .black_margins_wrapper{
       
        max-width: 74rem; /*this one needs to be in pixels, it only took me 2 hours :) */
        margin: auto;
        background-color: white;
        
    }
    .content{
        padding-top:2.5%;
        padding-left: 5%;
        padding-right: 5%;
        background-color: white;
    }
    h1 { color: black; font-size: 48px; font-family: 'Signika', sans-serif; padding-bottom: 10px; }

    p { font-family: 'Inder', sans-serif; line-height: 28px; margin-bottom: 15px; color: #666; font-weight: 300;max-width: 100%;text-align: justify;  text-justify: inter-word;}

    a { color: black; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; }

    a:hover { color: black; }

    .date { text-align: left;}

    .author { float: right;}
