@charset "UTF-8";
/* CSS Document */

#wrapper {
    margin: 0px auto;
    max-width: 1024px;
}
body {
    font-size: 1.2em;
    background-color: #FEFCFB;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
header , footer{
    padding: 60px 50px;
    background-color: #112A2D;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    text-align: center;
    color: #FEFCFB;
}
h1, h2 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
a {
    -webkit-box-shadow: 0px 0px #76B9AF;
    box-shadow: 0px 0px #76B9AF;
}
header a, footer a {
    -webkit-box-shadow: 0px 0px #76B9AF;
    box-shadow: 0px 0px #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 {
    border-radius: 50%;
    float: left;
}
