body {
    background: #fafafa;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 20px;
}

p {
    line-height: 1.5;
}

img {
    width: 80px;
    border-radius: 25%;
}

#screenshot {
    width: 90%;
    max-width: 320px;
    border-radius: 0;
    margin-left: -12px;
}

#appstore {
    border-radius: 0;
    margin: 10px 0 40px;
    width: auto;
}

.content {
    width: 100%;
    max-width: 640px;
    padding: 0 24px 0;
    text-align: left;
    margin: 48px auto 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}