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

footer{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center; /* o space-between, o start */
    gap: 15px; /* separa texto e iconos */
    flex-wrap: wrap; /* hace que se adapte a pantallas pequeñas */
}

h2 {
    font-size: 2rem;
    color: black;
}

h3 {
    font-size: 1.5rem;
    color: black;
}

.botones {
    font-size: 1.5rem;
    color: black;
}

.borde {
    border-style: solid;
    border-width: 2px;
    border-color:black;
    padding: 2px;
}

.image-equal {
    width: 100%;
    height: 450px; /* puedes ajustar esta altura según lo que prefieras */
    object-fit: cover;
    border-radius: 8px; /* opcional: bordes redondeados */
}

.icono-equal {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-left: 10px;
}
