#container{
	background-color: white;
	height: 900px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	/* If i use auto margins in the left, I have to do it to the right*/
	border-radius: 100px;
	/* this is more specific by id*/
}

div {
	border-radius: 10px;
}

#header {
	height: 130px;
	float: left;
	clear: both;
	margin-left: 5%;
	margin-top: 5%;
	width: 90%;
	background-color: gold;
	/*this is where it will present our home menus, and our topic menus*/
}

.textarea {
	height: 600px;
	float: left;
	clear: both;
	margin-left: 10%;
	margin-top: 15px;
	width: 70%;
	padding-right: 5%;
	padding-left: 5%;
	background-color: gold;
	color: black;
	font-size: 15px;
	text-align: center
}
/*this is where I will show my pictures and type/explain what's my topic about*/

.submenu {
float: left;
width: 85px;
font-size: 18px;
margin-left: 10px;
margin-right: 10px;
/*This is where it shows all the sports I'm going to talk about*/
}

h1 {
text-align: center;
font-size: 30px;
}

body {
background-color: gold;
}

img {
width: 250px;
height: 209px;
margin-left: 50%;
margin-left: auto;
margin-right: 80%;

	