
h1, h2, h3 {color:rgb(98, 54, 29)}
h1 {font-style: italic;}
h1 {border-style: dotted;}
h1 {font-size: 80px;}
h2 {font-size: 20px;}
p {color: rgb(38, 15, 1);
    font-size: large;}
body {background-color: rgb(218, 203, 191);}

#maincontent {width:fit-content;
margin-left:auto;
margin-right: auto;}

#maincontent2 {width:fit-content;
margin-left:400px;
margin-right: auto;}


#menu-example li {display:list-item;}
#menu-example {background-color: rgb(189, 155, 75);}
#menu-example a {color: rgb(38, 15, 1);}
.menu {padding: 15px;
  background-color: rgb(100, 81, 126);  
  width: 20%;
  float:left ;
}

img {margin-left: 200px;}