body {
    font-family: Arial, sans-serif;
    text-align: center;
    background: linear-gradient(to bottom, #2D1A59, #4E2A7F);
    color: white;
    margin: 0;
    padding: 0;
}

header {
    padding: 20px;
}

.logo {
    width: 350px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

h1 {
    font-size: 2em;
}

.intro, .notification, .how-it-works, .special-valentine, .download {
    margin: 20px auto;
    padding: 20px;
    max-width: 90%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

button {
    background-color: #FF4081;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}

button:hover {
    background-color: #E91E63;
}

footer {
    margin-top: 20px;
    padding: 20px;
}

.bullet-points {
    list-style: none;
    padding: 0;
    text-align: center;
}
.bullet-points li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 16px;
    color: #ffffff;
}
.bullet-points li::before {
    content: '\2714'; /* Checkmark symbol */
    color: #E91E63;
    font-size: 22px;
    margin-right: 10px;
    
}

/* Responsive Design */
@media (max-width: 768px) {
    h1 {
        font-size: 1.5em;
    }
    
    .intro, .notification, .how-it-works, .special-valentine, .download {
        padding: 15px;
    }
    
    button {
        font-size: 1em;
    }
}

/* Styles pour les liens hypertexte */
a {
    color: rgb(237, 255, 117);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn-container[b-8tzkfyhtdj] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    padding: .5rem
}
