body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
}

.contenedor {
    width: 80%;
    margin: 40px auto;
    text-align: center;
}

h1 {
    font-size: 36px;
    color: #333;
}

p {
    font-size: 18px;
    color: #666;
}

img {
    width: 100%;
    height: auto;
    margin: 20px auto;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    clear: both;
}