body {
    background-color: rgb(185, 22, 71);
    margin-top: 15px;
}

.tarjeta {
    background-color: rgb(236, 171, 171);
    width: 380px;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
}

img {
    width: 80px;
    border-radius: 50%;
}

#nombre {
    font-size: 24px;
    margin: 10px 0;
}

#profesion {
    font-size: 18px;
    color: rgb(54, 6, 36);
}

.description {
    margin-top: 15px;
}

.contacto {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.contacto li {
    margin-bottom: 8px;
}
