@charset "UTF-8";

body {
  background-color: rgb(179, 179, 179);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

h1 {
  color: rgb(0, 0, 0);
  background-color: rgb(190, 190, 190);
  text-align: center;
}

h2 {
  color: rgb(63, 63, 63);
  
}

p {
  text-align: justify;

}

a {
  color: rgb(255, 255, 255);
  font-size: 20px;
  
 
}
