body {
  background-color: #00cc00; /* fundal verde */
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
}
nav a {
  color: yellow;
  text-decoration: none;
  margin: 10px;
  font-weight: bold;
}
