<style>
    /* Estilos Generales */
    body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        background-color: #F7A8EA;
        color: #333;
        margin: 0;
        padding: 20px;
        display: flex;
        justify-content: center;
    }

    main {
        max-width: 800px;
        background: pink;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    header {
        text-align: center;
        border-bottom: 2px solid #eee;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    header img {
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    h1 {
        color: #e91e63; /* Color estilo Tini */
        margin-top: 15px;
        font-size: 2.5rem;
    }

    /* Información Clave (Aside) */
    aside {
        background: #fff0f5;
        padding: 15px;
        border-left: 5px solid #e91e63;
        margin: 20px 0;
    }

    aside ul {
        list-style: none;
        padding: 0;
    }

    /* Secciones de Letras */
    section {
        margin-bottom: 30px;
    }

    h3 {
        color: #555;
        border-bottom: 1px solid #ddd;
        display: inline-block;
        margin-bottom: 10px;
    }

    p {
        margin: 0;
        font-style: italic;
    }

    /* Video de YouTube */
    iframe {
        width: 100%;
        border-radius: 10px;
        margin-top: 20px;
    }

    footer {
        text-align: center;
        font-size: 0.8rem;
        color: #888;
        margin-top: 40px;
    }
</style>
