@import url('https://fonts.googleapis.com/css?family=Sarina:400|Nunito+Sans:400');
.signature{
  font-family: 'Sarina', sans-serif;

}
#blog{
    max-width: 600px;
    margin: 0 auto;
}

html {font-size: 100%;} /*16px*/
 
body{
    margin: 2.75rem 2.75rem 1.05rem;  
     font-family: 'Nunito Sans', sans-serif;

    font-weight: 400;
    line-height: 1.65;
    text-align: justify;
}

body, a {
    background-color: #222;
    color: white;
}

 hr{
     margin:10vh;
 }


 p {margin-bottom: 1.15rem;}
 
 h1, h2, h3, h4, h5 {
  text-align: left;

   margin: 2.75rem 0 1.05rem;
   font-family: 'Sarina', sans-serif;
   font-weight: 400;
   line-height: 1.15;
 }
 
 h1 {
   margin-top: 0;
   font-size: 2.488em;
 }
 
 h2 {font-size: 2.074em;}
 
 h3 {font-size: 1.728em;}
 
 h4 {font-size: 1.44em;}
 
 h5 {font-size: 1.2em;}
 
 small, .text_small {font-size: 0.833em;}