body {
    font-family: Arial, Helvetica sans-serif;
}

#wrapper {
    width: 750px;
    border: 1px solid #000;



}

header {
    background-color: #CC3333;
}

header img {
    padding-left: 120px;

}

nav ul {
    margin: 0;
    padding: 0;
    background-color: #0000cc;
    list-style-type: none;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-around;
}

nav a {
    color: white;
    text-decoration: none;
}

#content {
    display: flex;
    padding-left: 10px;


}

aside {
    background-color: #ffffcc;
    padding-left: 10px;
    padding-right: 10px;

}

aside p {

    text-align: center;
}


footer {
    width: 760px;
    font-weight: normal;
    font-size: 16px;
    background-color: #0000cc;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
