/* INDEX */
    #index{
        height: 100vh;
        width: auto;
        overflow-x: hidden;
        overflow-y: hidden;
        line-height: 1.3;
    }
    #index p{
        text-align: center;
        font-size: 20px;
        padding: 20px 0px 0px 0px;
        font-family: segoepr;
    }
    #index h2{
        text-align: center;
        font-weight: normal;
        font-size: 35px;
        font-family: gabriola;
    }
    #index img{
        height: 90%;
        width: auto;
        position: absolute;
        right: 0px;
        bottom: 0px

    }
    #pages{
        width: 50%;
        background-color: #fff;
        border-radius: 0px 20px 20px 0px;
        padding: 5px 10px 5px 0px;
        position: absolute;
        top: 50%;
        text-align: right;
        line-height: 1.7;
    }
    #pages a{
        align-items: center;
    }

    /* BIOGRAPHY */
/* SONGS */
.container .songs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.container .songs .song{
    text-align: center;
    width: 5cm;
    height: auto;
    padding: 5px;
    border: #000 solid 1px;
}
.container .songs .song img{
    width: 4.7cm;
    height: auto;
}
    /* FLIMOGRAPHY */
    .container .head span{
        font-size: small;
        font-weight: 100;
        font-family: cour;
    }
    .container .movies{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        font-family: sans-serif;
    }
    .container .movies .movie{
        display: flex;
        border: #000 solid 1px;
        padding: 10px;
    }
    .container .movies .movie .con{
        font-style: italic;
    }
    /* AWARD */

    /* ABOUT */