#menu {
  width: 100%;
}

#menu th {
  background-color: #A0153E;
  transition: background-color 0.3s;
  cursor: pointer;
}

#menu th:hover {
  background-color: #FF204E;
}

#menu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px;
}
body {
  background-color: #00224D;
}
body {
  background-color: #00224D;
  color: white;
}
hr {
  border: none;
  border-top: 4px solid #FF204E;
  margin: 20px 0;
}
* {
  border-color: #FF204E !important;
  border-width: 4px !important;
}
.style {
  border-top: 4px solid #FF204E;
}
body {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-family: 'DM Serif Display', serif;
}

h2, h3 {
  font-family: 'Montserrat', sans-serif;
}
.imagen-con-borde {
  border: 3px solid #000; /* línea negra */
  padding: 10px;           /* espacio entre la imagen y el borde */
  border-radius: 8px;      /* esquinas redondeadas (opcional) */
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* sombra suave (opcional) */
}
h2 {
  color: #A0153E;
  font-family: 'Montserrat', sans-serif;
}
