#container {
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	height: 1000px;
	border: solid;
	background-color: #0C090A;
	border-radius: 15px;
	color: black;	
	padding: 30px;
}
/* This is where i keep my title */
.header {
	width: 970px;
	height: 120px;
	font-size: 60px;
	background-color: white;
	float:left;
	clear: left;
	border-radius: 15px;
	border: solid;
	color: black;
	padding: 10px;
}
/* this is where i write my paragraphs about donnie fang */
.textarea{
	width: 970px;
	height: 550px;
	font-size: 24px;
	background-color: #2B60DE;
	float: left;
	clear: left;
	border-radius: 15px;
	border: solid;
	color: black;
	padding: 10px;
}
/* the style below is for the footer on my page */
.footer{
	width: 970px;
	height: 200px;
	background-color: white;
	float: left;
	clear: left;
	border-radius: 15px;
	border: solid;
	color: black;
	padding: 10px;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
 
 /*this is a smaller container for my smaller pages*/
#container2 {
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	height: 700px;
	border: solid;
	background-color: #0C090A;
	border-radius: 15px;
	color: black;	
	padding: 30px;