body {
    background: linear-gradient(135deg, #e64de6 0%, #9966ff 50%, #4db3ff 100%);
    min-height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#main {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

#foot div {
    margin: 2em;
}

#privacy, #about {
    text-align: left;
    max-width: 800px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5em;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-bottom: 0.5em;
}

.tagline {
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 2em;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-section {
    margin-bottom: 3em;
}

.features {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2em;
    margin: 2em auto;
    max-width: 600px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.features h2 {
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 1em;
}

.features ul {
    text-align: left;
    list-style: none;
    padding: 0;
}

.features li {
    margin-bottom: 1em;
    padding-left: 0;
}

.apple-app-store-logo {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 1.5em;
    margin: 2em auto;
    max-width: 400px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

img {
    border-radius: 30%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#foot a {
    text-decoration: underline;
}

div.apple-app-store-logo a {
    display: inline-block;
    overflow: hidden;
    border-radius: 13px;
    width: 250px;
    height: 83px;
}

div.apple-app-store-logo img {
    border-radius: 13px;
    width: 250px;
    height: 83px;
}

#screenshot-holder {
    text-align: center;
}

#screenshots img {
    border-radius: 1%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    width: 170px;
    height: auto;
}
