website colors{
	color: #006DE6;
	color: #51D5FF;
	color: #E2D5B1;
}

header{
	display: block;
	width: 90%;
	height: 100px;
	margin: 10px auto 0;
	background-color: #51D5FF;
	text-align: center;
	line-height: 100px;
	font-size: 3rem;
	color: #006DE6;
}
header:after{
	visibility: visible;
	position: relative;
	top: 0;
	left: 0;
	font-size: 5rem;
	content:"THE ATARI LAIR";
}


@media screen and (max-width: 1600px) {
	header{
		height: 75px;
		margin: 10px auto 0;
		line-height: 75px;
		color: #006DE6;
	}
	header:after{
		visibility: visible;
		position: relative;
		top: 0;
		left: 0;
		font-size: 5rem;
		content:"ATARI LAIR";
	}
}
@media screen and (max-width: 950px) {
	header{
		height: 50px;
		margin: 10px auto 0;
		line-height: 50px;
		color: #006DE6;
	}
	header:after{
		visibility: visible;
		position: relative;
		top: 0;
		left: 0;
		font-size: 2.5rem;
		content:"ATARI LAIR";
	}
}
@media screen and (max-width: 450px) {
	header{
		height: 50px;
		margin: 10px auto 0;
		line-height: 50px;
		color: #006DE6;
	}
	header:after{
		visibility: visible;
		position: relative;
		top: -10px;
		left: 0;
		font-size: 1.5rem;
		content:"ATARI LAIR";
	}
  h2{
    font-size: 2rem;
  }
}