body {
    font-family: 'Segoe UI', sans-serif;
    background: #f5f7fa;
    margin: 0;
    padding: 0;
    color: #333;
}
header {
    background-color: #004080;
    color: white;
    text-align: center;
    padding: 30px 0;
}
main {
    padding: 20px;
    text-align: center;
}
.imagen-evento {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
}
.info {
    margin-top: 20px;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style-type: none;
    padding: 0;
}
li {
    margin-bottom: 10px;
}
.boton {
    display: inline-block;
    background-color: #28a745;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
}
footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 15px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}
