body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vhh;
    margin: 0;
    font-size: 45px;
    text-align: center;
}
.credencial{
    width: 750px;
    height: 1200px;
    border: 5px solid rgb(94, 79, 79);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;  
}

.credencial h1{
    text-align: center;
    font-size: 75px;
}

.credencial h2{
    text-align: center;
    font-size: 50px;
}

.credencial img{
    width: 450px;
    height: 600px;
}
    
