#heading{
    background-color: #fee38f;
    position:relative; 
    text-align: center;
    z-index:3;
    background-color: rgb(254,227,143);
    
}
#menu{
    color: #e98f67;
    position:absolute; 
    float: left; 
    text-align: left; 
    width: 350px; 
    top: 145px;
    left: 0;
    z-index:2;


}
#menu a{
   color: #e98f67;
   text-decoration:none;
   font-weight:bold;
}

#content{
    position:relative;
    float: none;
    text-align: left;
    left: 350px;
    width: 60%;
    z-index:3;
}

body{
    margin: 0px;
    padding: 0px;
}
h1{
    text-align: center; 
    color: #000000;
    background-color: #fee38f;
}

h2{
    text-align: center;
    color: #000000;
    background-color: #fee38f;
    
}


