.project-nav {
display: flex;
justify-content: space-between;
margin-top: 3em;
font-family: inherit;
font-size: 0.9em;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.project-nav a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.project-nav a:hover {
color: #007bff; /* cambia el color de hover a gusto */
}