.footer {
  background-color: black;
  color: white;
  padding: 10px;
}

.logoHeader {
  background-color: black;
  color: white;
  padding: 10px;
}

.navbar {
  background: #dddddd;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 20px;
}

.titleDate {
  font-size: 12px;
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
