body {
    background-color: #121215;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

h1 {
    font-size: 56px;
    margin-bottom: 20px;
}

.donate-button {
    background-color: #FFFFFF;
    color: #121215;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.image-container {
    margin-bottom: 24px;
}

.image-container img {
    max-width: 50%;
    height: auto;
}