body{
    background-color: white;
    font-family: arial, sans-serif;
    font-size: medium;
}

.credencial {
    width: 300px;
    background-color: white; 
    border: 1px solid #ccc; 
    border-radius: 10px; 
    padding: 20px;
    margin: 20px auto;
    box-shadow: 0 2px 4px black; 
    text-align: center; 
}

.credencial img {
    width: 50%; 
    border-radius: 100%; 
}

.credencial h2 {
margin-top: 15px;
font-family: cursive;
    font-size: 1.5em; 
    color: #000000; 


}

.credencial p {
    font-size: 1em; 
    color: #474747;
}

