body {
    font-family: 'Helvetica Neue', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background: #1a1a2e;
    color: #fff;
    text-align: center;
}

fortune-telling {
    display: block;
    padding: 2rem;
    border-radius: 15px;
    background: #1f1f3a;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 500px;
}