li {
  color: #2b4f2b;
  font-size: 18px;
}


h1 { color: white; font-size: 28px; background-color: green;}
h2 { color: white; font-size: 20px; background-color: blue;}

p { color: #333333; font-size: 16px; text-align: justify; text-indent: 1.2em; }

a:link { text-decoration: none; }
a:visited { color: purple; }
a:hover { text-decoration: underline; }


img { max-width: 100%; height: auto; }

.card { padding: 12px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }


@media (max-width: 600px) {
  h1 { font-size: 22px; }
  li { font-size: 16px; }
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}


nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
footer p{
  position:absolute;
  bottom:0;
  left: 50%

}
