body{	
	margin:0 auto;
	height: 1170px;
	 
 	
 	border-style: solid;
 	border-width: 2px 6px 2px 6px;
 	border-color: rgb(218,0,0);
 	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF8DC;
	margin: 0px;
	border: 0px
}

.header{
	width: 100%;
	height: 120px;
	background-color: black;
	color: white;
}

#image1 {
	
	height: 80px;
	background-color: white;
	border-radius: 50px;
}

.main-content{
	display: flex;
}

#sidebar{
	flex:1;
	height: 530px00px;
	background-color:rgb(222,184,135);
	background-image: radial-gradient(farthest-corner at 40px 40px,
      rgb(222,184,135) 0%, #43e 100%);
}



#era {
	width:1240px;
	background-color: white;
	font-size:25px;
	font-style: oblique;
	font-variant: small-caps;
	color:blue;
	text-align:center;
	font-weight:bolder;
}


.subtitle {
	color:white;
	text-shadow: 2px 2px 5px black;
	
}


.texts{
	magrin-left:2px; 
	background-color:rgb(255,253,208);
	font-weight: lighter;
}

.float-img {
	float:left; 
	clear:right;
	margin-left:10px; 
	margin-bottom:5px;
	border:solid black 1px; 
	padding 2px;
	transform: skew(-0.5deg, 1deg);
	box-shadow: 6px 7px 8px;
}







.content{
	flex:3.5;
	height: 1080px;
	background-color:rgb(128,128,0);
	font-size: 20px;
	font-weight: bold;
	
}

#sidebar ul li {
	padding: 20px;
	border-bottom:2px solid grey;
	list-style-type: none;
}

#sidebar ul li:hover {
	background-color: rgb(128,128,0);
	color: white;
}

#sidebar a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

sidebar a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;





