body{
    background-color: #000;
}
.personagem{
    position: absolute;
    bottom: 0%;
    left: 10%;
    width: 20%;
}
.star{
    position: absolute;
    bottom: 41%;
    right: 4%;
    width: 16%;
}
.title{
    top: 6%;
    left: 15%;
    /* font-size: clamp(4vmin, 5vw, 13vmin); */
    font-size: 4.8vw;
    line-height: 126%;
}

.descricao{
    position: absolute;
    bottom: 3%;
    right: 6%;
    /* font-size: clamp(1vmin, 2vw, 3vmin); */
    font-size: 1.25vw;
    line-height: 126%;
    width: 53%;
}