body{
    display: flex;
    align-items:center;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    margin: 0;
    height: 100vhh;
  }
  
  .credencial{
    width: 700px;
    height: 900px;
    border: 6px solid rgb(92, 71, 71),;
    border-radius: 12px;
    background-color: rgb(73, 110, 110);
    padding: 20px;
  } 
  
  .credencial h1{
    text-align: center;
    font-size: 40px;
  }

  .credencial img{
    width: 300px;
    height: 600px;
  }