#wrapper {
    margin: 0px auto;
    max-width: 1024px;
}
body {
    margin: 0px auto;
    background-color: #FEFCFB;
    font-size: 1.2em;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
header, footer {
    padding: 60px 50px;
    background-color: #231942;
    color: #FEFCFB;
    text-align: center;
    background-image: url(url);
}
h1, h2 {
    font-family: Dubai, Onyx;
}
a {
    color: #034078;
}
header a, footer a {
    color: #76B9AF;
}
ul {
  list-style-type: none;
}

main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer a {
    padding: 0.5em;
    display: inline-block;
    text-decoration: none;
    border: 0.05em solid #FFFFFF;
}
#logo {
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
