.iconspan{
	margin: 3px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}
@media (max-width: 700px) {
	h1 {
		font-size: 38px;
	}
	h2 {
	font-size: 35px;
	 padding-top: 30px;
	 margin-top: 0px;
	}
	h3 {
	 font-size: 25px;
	 padding-top: 20px;
	}
	p {
	 font-size: 20px;
	}
	a {
	 font-size: 15px;
	}
	img {
	 height: 300px;
	}
	button {
	 font-size: 20px;
	}
	.error{
	 font-size: 30px;
	}
	.break {
	 word-wrap: break-word;
	 width: 100%;
	 text-align: center;
	}
}
