
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;
    background-color: antiquewhite;
}

.fotografia {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img {
    width: 100%;
    max-width: 180px;
    max-height: 180px;
}

.nombre {
    color: #001ec9;
    font-size: 16px;
    font-family: sans-serif;
}

.edad {
    color: #6416a0;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
}

.ocupacion {
    color: #f11b03;
    font-size: 16px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

.nacimiento {
    color: #0aa812;
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.pais {
    color: #b92995;
    font-size: 15px;
    font-family: cursive;
}

