body{
     background-image: url('https://astrologiaabav.org/wp-content/uploads/2018/04/cabecalho-abav.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom; 
  background-size: 870px;}
	h1,.infoNome{
		display: none;
	}
	body{
		font-family: 'Poppins';
		line-height: 120%;
	}
	.noselect{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
p{
	line-height: 120%;
}
#titulo{
	font-weight: 600 !important;
	font-size: 30px;
}
#code{
	word-wrap: break-word;
}
.certificado{
	width: 800px;
}
 #textoInfo{
	text-align: center;
}
#clickApply{
text-align: center;
}
@media (max-width:961px)  {
 .certificado{
width: 100%;
  height: auto;
 }
#textoInfo{
	text-align: left;
}
#clickApply{
text-align: left;
}
}
