@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    background: #F2F2F2;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
    padding: 0em 1em 0em;
}

div.text {
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 3em;
    
}

h1{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 900;
    
}

a:link, a:visited { 
    text-decoration:none;
    font-weight:bold;
    color:#000000; }

a:hover { 
    text-decoration:none;
    color:#BDBDBD;}
