body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vhh;
    margin: 0;
    font-size: 45px;
    text-align: center;
    background-color: rgb(81, 95, 95);
    
}

.credencial{
    width: 750px;
    height: 1200px;
    border: 5px solid rgb(88, 73, 73);
    border-radius: 10px;
    background-color: rgb(197, 72, 72);
    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;
}