
body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   
    margin: 0;
    padding: 0;
    text-align: justify;
}
h1, h2, h3 {
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
   color: blue; }

p {
    font-size: 1rem;
    line-height: 1;
    }
    

#header{
    background-image: url(images/banner.jpg);
    background-size:cover;
    height: 200px;
    padding: 0px;
    text-align: center;
    

    
   
}
#header h1{
    margin: 0px 0 0 0px;
    text-align: center;
}

#menu{
    background: rgb(237, 241, 7);
    position: relative;
}
#menu ul{ 
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#menu li{
    display: inline-block;

}
#menu li a{
    display: block;block-size: 30px;
    padding: 15px 15px;
    text-decoration: none;
    color:0E0890;
    text-align: center;
   width: 50pix;
   display: block;
   font-size: 15px;
   text-transform: uppercase;
   font-weight: bold;
   
}
#menu a:hover{
    background: rgb(232, 227, 220);

}

#content{
    width: 800px;
    min-height: 500px;
    padding: 20px;
    float: left;
    box-sizing: border-box;

}

#footer{
    background: rgb(237, 241, 7);
    padding: 5px 10px;
    text-align:center;
    clear:both;
    
}