body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
  }
  
  .credencial {
    width: 225px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
 
  .foto {
    width: 150px;
    height: 150px;
  }
  
  .info {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .info h2 {
    font-size: 25px;
  }
  
  .info p {
    font-size: 17px;
  }
  
  