body{
    background-color: #1A1A1A;
    color: #21004C;
    font-family: Quintessential;
}

#title{
    padding: 0 3rem 3rem 3rem;
    font-size: 3rem;
    text-align: center;
    color: #DDC1FF;
}

.claseroot{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.foto{
    margin: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0px  0px 30px 10px rgba(255, 255, 255, 0.2);
    width: 60%;
    height:auto;
}

.cajaFoto{
    margin: 1rem;
    padding: 1rem 2rem;
    padding-bottom: 2rem;
    width: 25%;
    border-radius: 10px;
    background-color: #DDC1FF;
}

.nombre{
    margin: 1rem;
    text-align: center;
    font-size: 2rem;
}

.palabrasClave{
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    text-decoration: underline;
}

.item{
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-family: Inter;
}