#quran-wheel {
    text-align: center;
}

#wheel-container {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

#quran-wheel-img {
    width: 100%;
    cursor: pointer;
}

#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

#popup p {
    margin: 10px 0;
}
