
 body{
	background:#FFFFE0;
	} 

.container {
	display:flex;
	flex-direction:column;
	}

.header{
	height: 8vh;
	font-family:Raleway;
	text-align: center;
	font-size:30px;
	line-height:1.4;
	}

.right{
   background: #E6E6FA;
   min-height: 40vh;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   margin-left:0.5%;
   margin-right:0.5%
   }
   
   figure {
   text-align: center; 
	}
	
   .centers{
    background:#F0E68C;
    text-align:justify;
	text-indent: 15px; 
	padding:7px;
    margin-left:0.5%;
    margin-right:0.5%;
	min-height: 80vh;  
    }
   
   .footer{
   min-height: 14vh ; 
   background:#E6E6FA;
   margin-left:0.5%;
   margin-right:0.5%
   }
   
   .footer{
   display:flex;
   justify-content:  space-evenly;
   flex-wrap: wrap;
  
   }
   
  .footer a  {
  padding-left:15px;
  margin-top:25px;
   }
   
   
   
   
   .nav{
   min-height: 4vh; 
   display:flex;
   justify-content: space-evenly;
   flex-direction:row;
   }
   
   
   .nav a{
   text-align:center;
   color: black;
   font-size:20px;
   text-decoration:none; 
   	}
	
   .nav a:hover{
   border-bottom: 4px #B22222 solid; 
   } 
   
   
 .footer #ground
   {  
	font-family:Raleway;
	text-align: center;
	font-size:20px;
	margin-top:25px;
   }
   
   
   .footer #ground2
   {  
	margin-top:25px;
   }
   
 
  @media screen and (max-width:600px)  {
	
	.header{
	height: 5vh;
	font-family:Raleway;
	text-align: center;
	font-size:25px;
	line-height:1.5;
	}
	
	.nav a{
   text-align:center;
   color: navy;
   font-size:17px;
   text-decoration:none; 
   margin:3px;
   	}
	
	 .nav a:visited{
   border-bottom: 4px red solid; 
   } 
	
	
		
	}
   






	
  
  
		
  