/* 
File Name: week2.css 
Date: 10/8/2019
Programmer: Justin Sanchez 
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 2em;
}

h1 {
    font-size: 2.5em;
}

p {
    font-size: 1.25em;
}

#paraOne {
    color: blue;
}