body 
{
    background-color:gray;
}

#container01
{
display: flex;
}
#content
{
background-color:darkgrey;
width: 75%;
text-align: left;
padding-left: 10px;
margin-left: 50px;
padding-right: 10px;
border: 5px;
border-color: #000;
border-style:groove;
}
#info
{
width: 25%;
border-right: 10px;
border-style: solid;
border-color: #000;
text-align: justify;
}
nav ul
{
display: flex;
background-color:aqua;
list-style: none;
color: #000000;
height: 50px;

}
nav li
{
flex: 1;
text-align: center;
padding: 1rem;
}
nav a
{
color: #000000;
text-decoration: none;
}
a:hover
{
color: red;
text-decoration: underline;
}
footer
{
text-align: center;
top: 1px;
border-top-style: solid;
}
h2
{
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   color: #000;
}
