h1 {
    font-size: 22;
}

body {
    background-color: #f3f2f2;
    overflow: hidden;
}

img {
    border-radius: 15px
}

#content {
    font-size: 18;
    font-family: 'Raleway', sans-serif
}

#container {
    flex: 1;
    margin: 0 auto;
    width: 500px;
}

#bottom-circle-one {
    z-index: -1;
    position: absolute;
    left: -200;
    bottom: -100;
    height: 500;
    width: 500;
    border-radius: 400px;
    background-color: #a9a7a2
}

#bottom-circle-two {
    z-index: -1;
    position: absolute;
    left: 175;
    bottom: -275;
    height: 400;
    width: 400;
    border-radius: 400px;
    background-color: #cecdca
}

#footer {
    font-family: 'Raleway', sans-serif;
    font-size: 14;
    color: #b6b4af
}