/* Styling untuk tampilan Hari Raya */
body {
    text-align: center;
    font-family: 'Arial', sans-serif;
    background-color: #f4f1e9;
    background-size: cover;
    background-position: center;
    color: #2e3a23;
}

.container {
    padding: 20px;
}

div.example {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

h2 marquee {
    font-size: 24px;
    font-weight: bold;
    color: #d4af37;
}

img {
    width: 300px;
    height: 200px;
    border-radius: 10px;
    border: 3px solid #d4af37;
}

p.greeting {
    font-size: 22px;
    font-weight: bold;
    color: #388e3c;
}

p.thr {
    font-size: 18px;
    color: #ff9800;
}

.dana-link {
    display: inline-block;
    background: #008cff;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
}

.dana-link:hover {
    background: #005bb5;
}

/* Container untuk tombol */
.button-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Styling tombol */
button {
    background: #ffeb3b;
    color: black;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

button:hover {
    background: #fdd835;
}

#noBtn {
    position: relative;
}
