h1 {
    color: #000000; 
    font-family: 'Montserrat', sans-serif; 
    margin-bottom: 0.5rem;
  }
  h2 {
    color: #286423; 
    font-family: 'Times New Roman', serif; 
    margin-bottom: 0.5rem;
  }
  
  h3 {
    color: #ffffff; 
    font-family: 'Georgia', monospace; 
    margin-bottom: 0.5rem;
  }
  .credencial {
    background-color: #B49C73;
    width: 500px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 8px 8px rgba(0, 1, 1, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px;
    text-align: center;
  }