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

#wrapper {
    width: 750px;
}

header {
    width: 750px;
    background-color: #cc3333;
}

header img {
    padding-left: 150px;
    padding-top: 10px;
}

nav {
    width: 750px;
    background-color: blue;
}

nav ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    font-weight: bold;
    color: white;

}

#content {
    display: flex;
}

h1 {
    color: black;
    font-weight: bold;
    font-size: 18px;
}

main {
    color: black;
    width: 70%;

}

aside {
    background-color: beige;
    width: 30%;
}

aside img {
    padding-left: 25px;
    padding-top: 10px;
    border-color: black;
    border: 2px;

}

aside h2 {
    font-size: 16px;
    text-align: center;
}

aside p {
    text-align: center;
}

aside p1 {
    font-weight: bold;
    text-align: center;
}

nav a {
    color: white;
}

footer {
    width: 750px;
    font-weight: bold;
    font-size: 16px;
    background-color: blue;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
