:root {
    font-size: 16px;
    }
    
body{
    padding:1.5rem;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; 
}
nav{
    margin-top:36px;
    margin-bottom:36px;

}
h1{
    font-size: 2rem;
    padding:0;
    margin-bottom:1.25rem;
}
h2{
    margin-top:1.875rem;
    font-weight: normal;
    font-size: 2rem;    
    margin-bottom:1.125rem;
}
p{
    font-size:1rem;
    line-height: 1.375rem;
}

@media screen and (max-width:600px) {
    body{
        
    }
    
}
@media screen and (min-width:700px) {
    body{
        padding-right:30%;
    }
    
}