
body {
    margin: 0;
    font-family: 'Georgia', serif;
    background: #fff8f0;
    color: #4b2e2e;
}
header {
    background-color: #f3e9e1;
    padding: 20px;
    text-align: center;
}
nav ul {
    list-style: none;
    padding: 0;
}
nav ul li {
    display: inline;
    margin: 0 15px;
}
nav ul li a {
    text-decoration: none;
    color: #4b2e2e;
    font-weight: bold;
}
.hero {
    background-image: url('https://images.unsplash.com/photo-1519744792095-2f2205e87b6f?auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
    color: white;
}
.hero h2 {
    font-size: 48px;
    margin: 0;
}
.galeria {
    text-align: center;
    padding: 50px 20px;
}
.galeria .imagenes img {
    width: 30%;
    margin: 10px;
    border-radius: 10px;
}
footer {
    background: #eee;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}
