body {
  background-color: #2196F3;
}

header {
  background-color: #34C759;
  color: white;
  padding: 20px;
  text-align: center;
}

.header .logo-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-nav-container .menu-icon {
  margin-left: 10px;
}

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.navigation li {
  display: inline-block;
  margin-right: 20px;
}

.navigation a {
  color: white;
  text-decoration: none;
}

.navigation a:hover {
  color: #F7DC6F;
}

footer {
  background-color: #2195f33b;
  border-radius: 15%;
  color: white;
  padding: 10px;
  text-align: center;
}

.f1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.container.c {
  max-width: 800px;
  margin: 0 auto;
}

.a1 {
  font-size: 36px;
  color: #F7DC6F;
}

main {
  background-color: white;
  padding: 20px;
}

footer .HISTORIA {
  font-size: 18px;
}
