@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
  background-color: #fff;
  font-family: 'Open Sans',  sans-serif;
  margin: 0;
}


body > main > center > p {
  color: #333;
  font-family: 'Open Sans', sans-serif !important;
}

body > main > center > h1 {
  text-transform: uppercase;
  color: #316BB2;
  font-size: 48px;
}

body > main > center > h3 {
  color: #333;
  font-family: 'Open Sans', sans-serif !important;
}

body > main > center > h3 > a {
  text-transform: lowercase;
  font-size: 18px;
  color: #316BB2;  
  text-decoration: none;
  padding: 1px 5px;
}
