body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f2f2f2;
}

.credencial {
    width: 250px;
    height: 400px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-family: Arial, sans-serif;
}

.credencial .foto {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    background-color: #ddd;
    margin-left: auto;
    margin-right: auto;
}

.credencial h2 {
    text-align: center;
    margin: 5px 0;
    font-size: 18px;
    color: #333;
}

.credencial p {
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

.credencial .info {
    margin-top: 2px;
}

.credencial .info p {
    font-size: 12px;
    color: #777;
}

.credencial .codigo {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.foto { /* es que yo queria una foto custom jaja xd*/
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    overflow: hidden; 
    margin-left: auto;
    margin-right: auto;
}

.foto img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
