/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    
}
p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    font-size: large;
}
a:hover {
    color:red;
}
