.itemArticle h1 {
  font-family:georgia;
  font-size:3rem;
}

.itemArticle h2 {
  font-family:georgia;
  font-size:2.6rem;
}

.itemArticle h3 {
  font-family:georgia;
  font-size:2.4rem;
}

.itemArticle h4 {
  font-family:georgia;
  font-size:2rem;
}

.itemArticle h5 {
  font-family:georgia;
  font-size:2rem;
}

body {
  background-color:white;
}

details {
  background-color:white;
  color:;
}

footer {
  background-color:#004479;
  font-family:'Roboto', sans-serif;
}

footer p {
  color:white;
}

header {
  background-color:#004479;
}

overall {
  font-family:'Roboto', sans-serif;
}


