body {
    background-color: #FAF9F8;
    margin: 0;
    font-family: "Helvetica Neue", "Segoe UI", Calibri, Helvetica, Arial, sans-serif;
}

.container {
    margin: 100px auto 40px auto;
    width: 600px;
    text-align: center;
}

a {
    color: #4183c4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    width: 800px;
    position: relative;
    left: -100px;
    letter-spacing: 0px;
    line-height: 60px;
    font-size: 80px;
    font-weight: 100;
    margin: 0px 0 50px 0;
    text-shadow: 0 1px 0 #fff;
}

#links {
    margin-top: 35px;
    color: #ccc;
}

#links a {
    color: #696969;
    font-weight: 200;
    font-size: 18px;
    margin: 0 10px;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}