


body{
	margin:auto;
	background-color:#004289;
	width:1200px
}


section{
	background-color:#fdcb02;
	margin-bottom:10px
}


div{
	background-color:#E3AF84;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px;
	
	
}

nav{
	background-color:#d7a321;

}

footer{
	background-color:#2b2b2b;
	
}


h1, h2, h3, p, li {padding-left:5px}

p, li {font-size: 20px;}

h2{font-size: 30px}

main{background-color:#E3AF84;}


.p1{color:#ebd7f0}


.title{background-color:#FF336D;font-size:50px;color:#FFB3CA;}


.bigh1{font-size:40px}

.character{width:90px;height:90px}

.sectionmain{background-color:#bdffe2}

.sectionsubnmain{background-color:lightgreen}






/*Copy pasted code from school with me editing the values lmao, reminder to myself to keep this section ONLY to .classes so it doesnt get messy - Medicalshoe*/


body {
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color:#007EFF;
  margin-top:-20px
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #366A9E;
  color: white;
}




