*{
  /* font-family: 'Arial', sans-serif; */
}
  h5,h4{
    font-weight: bold;
  }
  .row{
    font-size: 0.9rem;
  }
  h4{
    font-size: 1rem;
  }
  h6{
    font-size: 0.7rem;
  }
  .back{
    text-align:justify;
  }
  .texto{
    padding: 30px;
    width: auto; height: 650px;
    overflow-x: hidden;
    background-image: url('../images/cuerpo_certificado.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }
  .texto::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #f2f2f2;
}

.texto::-webkit-scrollbar-thumb {
  background: #000;
  color:pink;
}
img{
  height: 90px;
}
.contenido{
  background-color:#333;
  padding:20px;
}
.titulo{
  text-align:center;
  padding:15px;
  border-radius: 30px;
  /* border: 1px solid pink; */
  background-color: #f9d2de;
  color:#333;
  /* border-style: outset; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
