*, *:before, *:after {
  box-sizing: border-box;
}

body { background: #ddd; color: #333; text-align: center; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
line-height: 1.4; -webkit-font-smoothing: antialiased; }

#wrapper { max-width: 960px; margin: 2em auto; padding: 0 15px; }

img { max-width: 100%; }

.clearboth { clear: both; }

a { color: #333; text-decoration: none; }
a:hover { text-decoration: underline; }

header { font-size: .8em; font-weight: bold; padding-bottom: .5em; }

.title { font-size: .8rem; padding: 0; margin: 0; }

.icon { height: 175px; border-radius: 22.37%; }

.description { max-width: 700px; margin: 0 auto; text-align: left; }

.description ul { padding-left: 1.25em; }

.description li { margin-top: 1em; }

.screenshots { padding: 2em 0 .5em; }

.screenshots__border { border: 90px solid #fff; margin: 0 auto;
    border-left-width: 25px; border-right-width: 25px; border-radius: 40px; max-width: 480px; }

.screenshots__border img { display: block; border: 2px solid #000; }

.support { padding-top: 2em; display: block; }

.app-store { width: 175px; margin-top: 2em; }

footer { clear: both; font-size: .8em; padding-top: 2em; }
