.fox {
	margin-top: 0.9375rem;
	display: flex;
	margin-bottom: 1.5625rem;
	
}
.picture {
	margin-top: 5rem;
	margin-left: 1.875rem;
	margin-right: 1.875rem;
}
 .left {
	 margin-left: 300px;
	 width: 12.125rem;
	 text-align: justify;
 }
 .middles {
	 width: 12.125rem;
	 text-align: justify;
 }
 
 .rightText {
 	 width: 12.125rem;
	 margin-left: 0.3125rem;
 }

 .homebutton {
	 color: white;
	 border-radius: 0.625rem;
	 height: 1.875rem;
	 width: 7.0625rem;
	 background-color: #58341C;
 }
 .homebutton:hover{
	 background-color: #FF6402;
 }
 .lefthomeBUtton {
 	margin-top: 0.625rem;
 	margin-left: 1.875rem;
 	border: none;
 	font-style: italic;
 	font-weight: 700;
 }
 .middlehomeButton {
 	margin-top: 0.625rem;
 		margin-left: 2.5rem;
 		font-style: italic;
 		font-weight: 700;
 }
 .righthomeButton {
		margin-top: 3.25rem;
 		margin-left: 2.5rem;
 		font-style: italic;
 		font-weight: 700;
 }
 
#section {
 width: 800px;
 margin: 0 auto;
 height: 16.25rem;
 position: relative;
 overflow: hidden;
 margin-top: 0;
 padding-top: 0; 
 margin-left: 270px;
 }
 
 
 #content ul,#content ol,#content li {
	 list-style: none;
 }
 #content ul{
 width: 300%;
 height: 100%;
 text-align: center;
 line-height:16.25rem;
 position: absolute;
 top: 0;
 left: 0;
 margin: 0;
 padding-left: 0;
 }
  
#content li {
 width: 800px;
 height: 100%;
 float: left;
 }
 
 
  
 ol {
 width: 90px;
 height: 20px;
 position: absolute;
 left: 400px;
 top: 210px;
 transform: translateX(-50%);
 border-radius: 15px;
 display: flex;
 justify-content: space-evenly;
 align-items: center;
 } 
  
#ol li{
 width: 12px;
 height: 12px;
 background-color: white;
 border-radius: 50%;
 margin: 0;
 padding: 0;
 } 
  
.titles{
	text-align: center;
	color: #58341C;
}
