*{box-sizing:border-box;}
div.header{
    text-shadow: 2px 2px 4px #000000;
    color:lightblue;
    text-align: center;
    font-family: Georgia;
    font-size:20px;
}
div.leftMenu{
    color:lightblue;
    font-family: Georgia;
    font-size:15px;
    list-style-type: circle;
}
div.rightMenu{
    text-shadow: 1px 1px 1px #000000;
    color:yellow;
    text-align: center;
    font-family: Georgia;
    font-size:15px;

}
div.content{
    text-shadow: 1px 1px 1px #000000;
    color:lightblue;
    text-align: center;
    font-family: Georgia;
    font-size:17px;
}
div.footer{
    color:#e575d8;
    text-align: center;
    font-family: Georgia;
    font-size:15px;

}
