body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Geneva, Tahoma, sans-serif;
    background-color: #333;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.05);
}

header {
    background: linear-gradient(180deg, #000dff 50%, #0083FF);
    color: white;
    padding: 2rem 0;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 3rem;
}

header p {
    margin: 1rem 0 0;
    font-size: 1.25rem;
}

section {
    color: white;
    padding: 2rem 0;
    text-align: center;
}

#features {
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
}

#features ul {
    list-style: none;
    padding: 0;
}

#features ul li {
    padding: 0.5rem 0;
}

#download {
    background-color: #0083FF;
    color: white;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
}

footer {
    background-color: #333;
    color: white;
    padding: 1rem 0;
    text-align: center;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.app-icon {
    /* border-radius: 25px; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    margin-top: 50px;
    margin-bottom: 20px;
}

.screenshot {
    max-width: 1000px;
    width: 100%;
}

.download-button {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footnote {
    font-size: 0.8rem;
    margin-top: 1rem;
    color: gray;
}

h2 {
    margin-top: 40px;
}

#faq {
    color: white;   
    text-align: left;
}

a {
    font-weight: bold;
    color: white;
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.2em;
    text-decoration-color: gainsboro;
}
