h1 {
    color: white;
    font-size: 64px;
    font-weight: 300;
    font-family: Raleway, sans-serif;
} 

h2 {
    color: white;
    font-size: 36px;
    font-weight: 300;
    font-family: Raleway, sans-serif;
} 

p {
    color: white;
    font-size: 18px;    
    font-weight: 300;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
}

li {
    color: white;
    font-size: 18px;    
    font-weight: 300;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
}