div#nothing {
	color: #ddd;
	font-size: 5em;
}

span#nothing {
	line-height: 1.7em;
	padding-left: 13px;
}

@media screen and (max-width: 30em) {
	#http-error-message > h2 {
		font-size: small;
	}

	#triangle-icon {
		font-size: 3em;
	}
}

@media screen and (min-width: 30em) and (max-width: 45em) {
	#http-error-message > h2 {
		font-size: medium;
	}

	#triangle-icon {
		font-size: 6em;
	}
}

@media screen and (min-width: 45em) {
	#http-error-message > h2 {
		font-size: x-large;
	}

	#triangle-icon {
		font-size: 12em;
	}
}
