nav {
  background-color: #a50000 !important;
  padding: 0.5rem 0 !important;
  text-align: center !important;
  font-family: 'Times New Roman', Times, serif !important;
}

nav ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

nav li {
  display: inline-block !important;
  margin: 0 1rem !important;
}

nav a {
  text-decoration: none !important;
  color: #f5f5f5 !important;
  font-weight: bold !important;
  font-size: 1rem !important; /* Más pequeño */
  font-family: 'Times New Roman', Times, serif !important;
}

nav a:hover {
  color: #ffeaea !important;
}

.logo-container {
  display: flex;  
  justify-content: center;
  padding: 1rem 0;
}

.bienvenido-usuario {
  font-family: 'Courier New', Courier, monospace;
  text-decoration: underline;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.05rem;
}
