body {
    display: flex;
    justify-content: center;
}

.download-container {
    max-width: 700px;
    width: 100%;
    margin-top: 160px; /* wegen Header */
    text-align: center;
}



.download-container h1 {
    margin-bottom: 20px;
}

.intro-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.download-btn {
    display: inline-block;
    background: #2c7be5;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1.1rem;
    text-decoration: none;
    margin-bottom: 30px;
}

.download-btn:hover {
    background: #1b5bbf;
}

.tech-info {
    margin-top: 20px;
    font-size: 0.95rem;
    color: #555;
}

.install-steps {
    margin-top: 30px;
    line-height: 1.6;
    text-align: center;
}
.app-screenshots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.app-screenshots img {
    width: 180px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
