
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    direction: rtl;
}

.background {
    background: url('assets/baham.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    background-color: rgba(255, 255, 255, 0.88);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.circle-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid white;
    background-color: white;
    margin-top: -80px;
    margin-bottom: 20px;
}

h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}

.highlight {
    color: #ff69b4;
    font-weight: bold;
}

.download-btn {
    display: inline-block;
    background: linear-gradient(145deg, #ff69b4, #ffb6c1);
    padding: 15px 35px;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(255, 105, 180, 0.3);
    transition: all 0.3s ease;
}

.download-btn:hover {
    background: linear-gradient(145deg, #ff1493, #ff69b4);
    box-shadow: 0 12px 20px rgba(255, 20, 147, 0.4);
}
