body{
    display: flex;
    justify-content: center;
    align-items: center;
}

.credencial{
    width: 450px;
    min-height: 380px;
    background-color: palevioletred;
    border: 2px solid #5b548b;
    border-radius: 10%;
    text-align: center;
    padding: 30px; 
}

.imagen{
    width: 150px;
    height: 150px;
    border-radius: 35%;
}
