body {
  padding-left: 16em;
  font-family: Georgia, "Times New Roman",
          Times, serif;
    color: white;
    background-color: #FF5733}
    
#menu {
    list-style-type: none;
    
    position: fixed;
    top: 150px;
    left: 20px;

    
    background-color: black;
	width:100px;
	padding:20px;
	padding-bottom:50px;
	border-radius:15px;
    }
#box{
	
	background-color: black;
	width:800px;
	padding:30px;
	border-radius:25px;

	}
    
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 }
    
    
a:link {
    color: white;
    text-decoration:none;}
    
a:visited {
    color: white}


address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
  
 #image { 
 position: fixed;
 right: 10px;
 bottom:10px;
 z-index: 5;
 padding: 10px }

  
