#content{
	clear: both; 
	margin: 0 auto; 
	width: 80%;
	margin-top: 150px;
	position: relative;
	}


#content p{
	font-size: 1.2em;
	font-weight: bold;
}

#content a:hover{
	color: #06f803;
}

@media only screen and (min-width : 1650px) and (max-width : 4000px) {
	#content{
		width: 60%;
		margin-top: 200px;
	}
}

@media only screen and (min-width : 150px) and (max-width : 500px) {
	#three{
		margin-top: -3px;
	}

	#content{
		width: 70%;
		margin-top: 180px;
	}

	#content p{
		font-size: 1em;
	}
}