.persona{
    background-color: #FFE8D6;
    border: 0px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    height: 90%;
}

.persona_name{
    font-size: 20px;
    color: #614733;
    font-weight: 600;
    margin-bottom: 0px;
}

.persona_data{
    font-size: 14px;
    color: #C0A28A;
}

.text_emoji{
    font-size: 50px;
    margin-top: -15px;
    
}

#test_check{
    position: fixed;
}

