body {
  padding-left: 11em;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: blue;
  background-color: #6E9AC5 }
  
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 2em;
  left: 1em;
  width: 9em }
  
h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }
        
ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black }
  
ul.navbar a {
  text-decoration: none }
  
    
a:link {
  color: blue }
  
a:visited {
  color: purple }
  
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }
  
  
  
#box {

background-color: white;

position: relative;

left: 10px;

top: 30px;

padding: 30px;

width: 500px;

border-radius: 10px;

font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
}


#box2 {

position: relative;

font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;

}

#imagebaspage {

position: fixed;

bottom: 10px;

right: 10px;

}

