body {
	background-color: lightslategrey;
	font-family: 'Arial', sans-serif
}
h1 {
	border-style: outset;
	text-align: center;
	font-weight: bold;
	color: black;
	padding: 20px;
	text-shadow: 1px 2px white;
}
p {
	text-align: center;
	color: black;
}
nav {
	text-align: center;
	word-spacing: 15px;
}
h2 {
	text-align: center;
	font-weight: bold;
	color: black;
	text-shadow: 1px 2px white;

}
h3 {
	text-align: center;
	font-weight: bold;
	color: black;

}
footer {
	position: fixed;
	bottom: 0;
	right: 0;
}
a:link {
	color: cyan;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: purple;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: yellow;
	background-color: transparent;
	text-decoration: underline;
}
@media (min-width: 450px) or (min-height: 450px) {
	h1 {
		font-size: 42px; 
	}
	p {
		font-size: 22px;
	}
	nav {
		font-size: 20px;
	}
	h2 {
		font-size: 32px;
	}
	footer {
		font-size: 8px;
	}
	li {
		font-size: 22px;
	}
}
@media (min-width: 850px) or (min-height: 850px) {
	h1 {
		font-size: 48px;
	}
	p {
		font-size: 28px;
	}
	nav {
		font-size: 26px;
	}
	h2 {
		font-size: 38px;
	}
	footer {
		font-size: 14px;
	}li {
		font-size: 28px;
	}
}
@media (min-width: 1650px) or (min-height: 1650px) {
	h1 {
		font-size: 54px;
	}
	p {
		font-size: 34px;
	}
	nav {
		font-size: 32px;
	}
	h2 {
		font-size: 44px;
	}
	footer {
		font-size: 20px;
	}
	li {
		font-size: 32px;
	}
}
