
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: 'Arial', sans-serif;
}

.credencial {
    width: 240px;
    height: 400px;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    text-align: center;
}

.fotografia {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img {
    width: 100%;
    max-width: 180px;
    max-height: 180px;
}

.datos {
    margin-top: 15px;
}

.datos p {
    color: #000000;
    font-size: 0.9rem;
    margin-bottom: 5px;
}
