body {
    font-family: Arial, sans-serif;
    background: #f8f8f8;
    padding: 30px;
    color: #333;
}

h1 {
    color: #2c3e50;
    font-size: 30px;
    margin-bottom: 30px;
}

.pelicula {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

h2 {
    margin-top: 0;
    color: #34495e;
}

a.ver-mas {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #3498db;
    font-weight: bold;
}

a.ver-mas:hover {
    color: #2980b9;
}
