h1 {
  font-family: 'Rampart One', Arial, Helvetica, sans-serif;
  color: #efefef;
  font-size: 2.25em;
  background-image: url("bg.png");
}

body {
  font-family: 'Londrina Solid', Arial, Helvetica, sans-serif;
  color: #efefef;
  background-image: url("bg.png");
}

footer {
  font-family: 'Londrina Solid', Arial, Helvetica, sans-serif;
  color: #efefef;
}

hr {
  border: 1px solid #efefef;
}


a:link {
  color: #04d7f7;
}

a:visited {
  color: #cb62fc;

}

a:focus {
  color: #44BBA4;

}

a:hover {
  color: #44BBA4;

}

a:active {
  color: #44BBA4;
}