body {
    background:#f5f5f3;
    font-family: Arial, sans-serif;
}

.container {
    max-width:900px;
    margin:80px auto;
    text-align:center;
}

h1 {
    font-size:60px;
    letter-spacing:10px;
}

h2 {
    font-weight:300;
}

img {
    width:100%;
    margin-top:40px;
}}