body {
    background: #000;
    color: #e0e0e0;
    font-family: 'Times New Roman', serif;
    text-align: center;
    padding: 20px;
}

.scroll {
    background: url('images/parchment.png') no-repeat;
    background-size: cover;
    padding: 40px;
    max-width: 600px;
    margin: 50px auto;
    transform: rotate(-1deg);
}

.glow-text {
    text-shadow: 0 0 10px #7b00ff;
    font-size: 24px;
    margin: 20px 0;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background: #2a003a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}
