body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin: 0;
}
.credencial{
    width: 250px;
            height: 400px;
            border: 2px solid #333;
            background-color: white;
            text-align: center;
            padding: 20px;
}
.credencial img{
    width: 200px;
    height: 150px;
    margin-bottom: 20px;
} 