
.code{
	display: block;
	width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}


.code p{
	height: inherit;
	line-height: inherit;
	text-align: center;
	opacity: 1;
}
.section-one{
  font-weight: bold;
  font-size: 50px;
}
.section-two{
  font-size: 18px;
  margin-top: 5px;
  color: #000;
}
.section-three{
  font-size: 14px;
  color: #666;
}
.section-four button{
  background-color: #ff8800;
  color: #fff;
  border-radius: 7px;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 50px;

}
