body {
    background-image: url('https://i.blogs.es/5382dc/death-star/1366_521.jpg');
    background-size: cover;      
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

.imagen {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    width: 200px;
    margin: 10px;
}

.imagen img {
    width: 200px;
    height: 200px;
    object-fit: cover; /* Recorta sin deformar */
    border-radius: 10px; /* Opcional: bordes redondeados */
}

.galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 20px;
}

button {
    background-color: #f5f231;
    color: rgb(0, 0, 0);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #8a0303;
    color: rgb(255, 255, 255);
}

header {
    background-image: url('https://www.shutterstock.com/shutterstock/videos/22001743/thumb/1.jpg?ip=x480');
    color: #eeff05;
    padding: 20px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
}

#img2 {
    display: none;
}

