body {
    background-color: #1e1e2f;
    color: #eeeeee;
    font-family: Arial, sans-serif;
    text-align: center;
}

h1 {
    color: #ff4f87;
    font-size: 40px;
}

p {
    font-size: 18px;
}

a {
    color: #66c2ff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #99ddff;
    text-decoration: underline;
}

.download-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #b23a67;
    color: #eeeeee;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
}

.download-button:hover {
    background-color: #d14c7d;
}