body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  background-color: #FCFAED;

 }
.navbar-brand { letter-spacing: .3px; }
.card-title a { text-decoration: none; }
.card-title a:hover { text-decoration: underline; }
.carousel-item img { object-fit: cover; height: 420px; }
.color-fondo a { 
  background-color: darkblue; color: white;
}
.color-fondo a:hover {
  background-color: grey;
}
