*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 16px;
}
.agreement{
	padding: 4% 8% 4%;
}
.agreement ul{
	list-style: none;
}
.agreement ul li{
	margin-bottom: 40px;
}
.agreement p{
	line-height: 40px;
	font-size: 1.25rem;
}
.agreement h1{
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 5rem;
}
.agreement a{
	color: #9b5afb;
}
.agreement .indent20{
	text-indent: 1.25rem;
}
@media screen and (max-width: 900px){
  html{
	  font-size: 14px;
  }
  .agreement h1{
  	font-size: 2.5rem;
  	text-align: center;
  	margin-bottom: 2rem;
  }
}