*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    
    
    
    
}
.credencial{
    width: 300px;
    height: 500px;
    border: 2px white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 0 10px;
    background-color: rgb(10, 67, 60);
    
}
.foto{
    width: 140px;
    height: 170px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px;
    
}
.foto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    
}
.nombre{
    text-align: center;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    color:green;
    
    
   
}
.sexo{ 
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: red;
    
}
.id{
    text-align:center;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(205, 240, 5);
    
}


.fecha{
    text-align: center;
    font-weight: bold;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgb(255, 255, 255);

}