body {
	background-color: #551a8b;
    display: grid;
	grid-template-columns: 2fr 8fr 2fr;	
	grid-template-rows: 150px auto 0;
	position: absolute;
	color: yellow;
	max-width:70%;
 
  }





h1 {
	
	 font-size: 26pt;	
	text-decoration: underline double #5fdf0f;
	
}



header,footer {
	
	grid-column: 1 / -1;
	background-color: #A020F0;
	
}
nav {
	 
	color: yellow;
	background-color: #A020F0;
	font-size: 14pt;
	font-style: italic;
	text-align: center;
	
}	

header{
	color: #5fdf0f;
}

.Main {
	grid-row: span 2;
	background-color: #551a8b;
	color: 	#7fff00;
	text-align: center;
	font-size: 12pt;
	margin-top: 1em;
	margin-left: 1em;
}

aside {
	
 
  background-color: #A020F0;
  	color: yellow;
  text-align: center;
  
  


	
}
 img {
      width: 50%;
      height: auto; 
	  border-style: inset;
	border-width: 21px;
	border-color: gold;
      }

footer {
	font-size: 18pt;
	color: yellow;
	text-align: center;
	
}

footer Impressium
{
	font-size: 18pt;
	color: yellow;
	text-align: left;

}
img {
      width: 200px;
      height: auto; 
	  border-style: inset;
	border-width: 21px;
	border-color: gold;
      }

	
}
h2{
	font-size: 20pt;
	
}
h5 {
	font-size: 16pt;
	text-decoration: underline;
}



button  {
display: inline-block;
background-color:#551a8b;
color:white;
border-radius: 30px;
border: 8px double ;
border-color: gold;
text-align: center;
font-size: 15px;
padding: 10px;
width: 250px;
height: 60px;
margin: 10px;
}

	

a {
	text-decoration: none;
  color:inherit;
 
}
.IM{
	color:white;
text-align:left;	
margin-right:2em;
margin-left:2em;
margin-top:1em;
}


			
	