body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    text-align: center;
}

.container {
    padding: 50px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 100px auto;
}

header h1 {
    font-size: 2.5rem;
    color: #333;
}

header p {
    font-size: 1.2rem;
    color: #666;
}

.download-btn {
    background-color: #4CAF50;
    color: white;
    padding: 15px 30px;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.download-btn:hover {
    background-color: #45a049;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    font-size: 36px; /* İkonların boyutunu büyütüyoruz */
    margin: 0 15px;
    color: #333;
    text-decoration: none;
}

.social-icons a:hover {
    color: #4CAF50;
}

footer {
    margin-top: 30px;
    font-size: 1rem;
    color: #888;
}
.special-offer {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

.special-offer h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.special-offer p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.special-offer .purchase-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.special-offer .purchase-btn:hover {
    background-color: #218838;
}
