/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif
    font-weight: normal;
    color: greenyellow
}
h2 {
    text-align: center;
}

P{
  text-align: center;
  font-size: large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: bold;
  color:black;
{
body {background-color: aqua;}
