body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
}

.main {
    padding: 20px;
    margin-bottom: 30px;
    font-weight: 200;
    line-height: 40px;
    color: inherit;
    background-color: #eeeeee;

    -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
             border-radius: 6px;
}

h1 {
    font-size: 60px   
}

h2 {
    font-size: 40px   
}
.container {
    margin: auto;
    margin-top: 10%;
    width: 95%;
}