/*sets font to italic*/
.italic {
    font-family: italic;
}

/*sets font size to 1.7% of screen height*/
.fontSize1-7vh {
    font-size: 1.7vh;
} 