body {
	background-color:rgb(25,25,25);
	/*makes the background dark gray*/
}
#header {
	font-family:arial;
	font-size:50px;
	margin-top: 20px;
	color:white;
	background-color:gray;
	border: solid 1px;
	width:100%;
	/*styling of the cookiezi's fanclub*/
}
#menu:hover {
-webkit-animation:changecolors 1s infinite;
-ms-animation:changecolors 1s infinite;
-o-animation:changecolors 1s infinite;
animation:changecolors 1s infinite;
}
@keyframes changecolors {
0% {background-color:gray;}
100% {background-color:rgb(191, 255, 0);}
}
/*makes the menu flash*/
#menu {
	background-color:gray;
	height:20%;
	width:100%;
	float:left;
	border: solid 1px;
	color:white;
}
nav {
    font-size: 15px;
    font-family: arial;
    text-align: center;
}
.menu {
    width: 120px;
    border: solid 1px;
   	padding: 5px;
    float:left;
    color:black;
}
.container {
	height:60%;
	width:70%;
	color:black;
	background-color:gray; 
	border: solid 1px;
	margin-top: 70px;
	font-size:30px;
	font-family:Arial;
}
/*the grey box behind the lime one*/
.text {
	text-align:left;
	padding-left:40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	/*text */
}
#blacktext {
	color:black;
}
.textarea {
	float:center;
	background-color:rgb(191, 255, 0);
	margin:50px;
}
/*the lime box*/
.coolstuffs {
	float:center;
	background-color:rgb(0, 255, 255);
	margin:50px;
}
/*the fresh prince of bel-air*/
#footer {
	font-family:arial;
	font-size:50px;
	margin-top: 20px;
	color:white;
	background-color:gray;
	border: solid 1px;
	width:100%;
}
#originalcontent {
	float:center;
	background-color:rgb(255, 191, 0);
	margin:50px;
}
/*memes*/
#cookiezi {
	float:center;
	background-color:rgb(15, 82, 186);
	margin:50px;
	clear: both;
	padding: 40px;

}
/*cookiezi pictures*/
#orange {
	color:rgb(255, 127, 0);
}