body {
margin: auto;
background-color: teal;
}


header{
background:black;
height: 50px;

}
.corrected {
	margin: auto;
}

.chart {
	margin: auto; 
}

.cubby {
	margin: auto; 
}
.design{
	color:white;
	float:left;
	width: 250px;
	list-style-type: none; 
	font-family: "century gothic", gotic, sans-serif; 
	text-align: center;
	font-size:25px; 
	margin-left: 50px;
	margin-right: 25px; 
}
.chair {
	margin: auto; 
}
.quote {
	text-align: center; 
	padding: 20px; 
	color: #FBFD55; 
	font-family: "century gothic", gothic, sans-serif; 
	font-size: 20px; 
	font-style: bold;  
}
.gif {
	margin: auto; 
}

.video {
	margin: auto; 
}
h1{
	text-align: center;
	font-family: "Monotype Corsiva", gothic, sans-serif;  
	color: white; 
	font-size: 75px; 
}
h2 {
	text-align: center; 
	font-family: "Monotype Corsiva", gothic, sans-serif;  
	color: white; 
	font-size: 50px; 
}

h3 {
	text-align: center; 
	font-family: "Monotype Corsiva", gothic, sans-serif;  
	color: #B0E5E4; 
	font-size: 40px; 
}
figcaption {
	color: pink; 
	font-size: 25px;
	text-align: center;
	font-family: "century gothic", gothic, sans-serif; 
	font-style: bold; 
}
p {
	text-align: center; 
	color: #F5F3F5; 
	font-family: "century gothic", gothic, sans-serif; 
	font-size: 20px; 
}
ol {
	color: #FBFD55; 
	font-family: "century gothic", gothic, sans-serif; 
	font-size: 20px; 
	font-style: bold; 
	clear: both;  
	text-align: center; 
	list-style-position: inside; 
}


ul { 
	color: #FBFD55; 
	font-family: "century gothic", gothic, sans-serif; 
	font-size: 20px; 
	font-style: bold; 
	clear: both;  
	text-align: center; 
	list-style-position: inside; 
}
iframe {
	align: center; 
}

a:link {
	color: yellow; 
}

a:hover {
	color: white; 
}
a.active {
	color: gray; 
}