body {
background-color: rgb(219, 219, 219);
max-width: 55rem;
border: solid 2px rgb(59, 59, 136);
margin: auto;
line-height: 1.9rem;			
font-size: 1.1rem;
font-family: "Courier New", Courier, monospace;
text-align: left;	
border-radius: 30px;
padding: 15px;	
}

div {

padding-top: 20px;
box-shadow: 5px 10px 8px 10px #888888;
text-shadow: 1px 2px 3px gray;		
border-radius: 30px;
background-color:floralwhite;
padding: 20px;	
border: solid 1px rgb(59, 59, 136);
}

h1 {
font-family: 'Courier New', Courier, monospace;  
color: rgb(59, 59, 136);
}

h2 {
font-family: 'Courier New', Courier, monospace; 
color: rgb(59, 59, 136);

}
h3 {
font-family: 'Courier New', Courier, monospace; 
color: rgb(59, 59, 136);
}
	
a:link {
color: black;
text-decoration: none; border-radius: 20px;
border: solid 1px rgb(59, 59, 136);
padding: 2%;
	}
a:visited { 
	text-decoration: underline;
}

a:hover {
color: red;	
	}
img {
border-radius: 20px;
max-width: 100%;

}


/*
 .responsive {
  width: 100%;
  height: auto;
}            
  
*/