
body
{ 
  padding-left: 5%;
  width: 90%;
}

h1
{  
  text-align: center;
}

div.main {
padding: 4%;
text-align: left;
background: rgb(255, 251, 246);
border: groove;
}


h2, h3 {
color: green;
}

a:link {
text-decoration: underline;
color: rgb(100, 100, 100);
}

a:visited {
text-decoration: underline;
color: rgb(50, 50, 50);
}

a:hover {
background: rgb(240, 248, 240);
}

pre {
width: 97%;
background: white;
padding: 1em;
border: ridge;
}
