
body{
    font-family: "Great Vibes", cursive;
    background-color:beige;
}

th {
    width: 25%; /* 100% dividido entre 4 columnas */
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.titulo-principal {
    font-size: 5rem;
}

.titulo-secundario {
    font-size: 3rem;
}

.ingresar{
    border: 2px solid #000; /* grosor, estilo y color del borde */
    border-radius: 8px;      /* bordes redondeados (opcional) */
    padding: 5px 5px;      /* espacio interno */
    background-color: white; /* fondo del botón */
    background-color: red;
    font-size:x-large;
    color: white;
}

.Catalogo {
  margin: 50px;
}

.pie-de-pagina{
    font-size: 1.5rem;
}

.img-catalogo {
  width: 300px;
  height: 400px; /* Fijo para que todas tengan el mismo alto */
  object-fit: cover; /* Recorta para que no se deformen */
  margin: 10px;
  border-radius: 8px;
}

.letra-tabla{
    font-size: 1.5rem;
}



