* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1em;
    color: black;
    line-height: 1.5;
}

.header {
    padding: 1em 1.5em;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    gap: 1.5em;
    align-items: center;
}

.header a {
    color: black;
    text-decoration: none;
    font-size: 1.1em;
}

.header a:hover {
    text-decoration: underline;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2em 1.5em;
}

.hero {
    margin-bottom: 2em;
    text-align: center;
}

.hero h1 {
    margin-top: 0;
    margin-bottom: 1em;
}

.screenshot {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}

.features {
    margin-bottom: 2em;
}

.features h2 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
}

.features ul {
    margin: 0;
    padding-left: 1.5em;
}

.features li {
    margin-bottom: 0.5em;
}

.download {
    text-align: center;
    padding-top: 1em;
}

.download a {
    display: inline-block;
}

.download img {
    display: block;
}
