body{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
}

.credencial{
    width: 300px;
    height: 600;
    background-color: rgb(35, 215, 11);
    border-radius: 10%;
    text-align: center;
    padding: 30px; 
    font-family: Arial, Helvetica, sans-serif;
    border: 4px solid rgb(220, 35, 35);

}

.imagen{
    width: 150px;
    height: 150px;
    border-radius: 30%;
    border: 4px solid rgb(247, 245, 245);
}
