#cert-lookup-form {
  margin-bottom: 1rem;
}
#cert-result-block {
  margin:0;
  padding:0;
  background:rgb(255, 255, 255);
  float:left;
  position:relative;
  width:100%;
}
#cert-lookup-result{
    width: 90%;

}
#download-pdf {
  margin-top: 10px;
  padding: 8px 14px;
  background: #0073aa;
  color: white;
  border: none;
  cursor: pointer;
}

.certificado{
   
}
.certificado .nombre{
    position: absolute;
    font-size: 28px;
    top: 150px;
    left: 45px;
}

#cert-result-block .nombre{
    color: black;
    font-size:45px;
    position: absolute;
    top: 40%;
    width:100%;
    text-align: center;
    margin-bottom:50px;
    margin-top:20px;
  }
  #cert-result-block .curso{
    color: black;
    font-size:25px;
    position: absolute;
    top: 50%;
    width:100%;
    text-align: center;
  }
  #cert-result-block .fecha{
    color: black;
    font-size:20px;
    position: absolute;
    top: 57%;
    width:100%;
    text-align: center;
  }
  #cert-result-block .codigo{
    color: black;
    font-size:20px;
    position: absolute;
    top: 78%;
    right: 9%;
    text-align: center;
  }

