@charset "utf-8";
/* CSS Document */
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

h1 {
    color: #333;
    text-align: center;
    font-size: medium;
}

.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto; /* Esta línea centra las imágenes horizontalmente */
}


.responsive img {
    width: 100%;
    height: auto;
    text-align: center;
}
