body {
    background-color: #000000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    max-width: 700px;
    margin: 3rem;
}

#loadingCircle {
    display: none;
}

#verse, #translation {
    margin-top: 20px;
    font-size: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#verse{
    font-family: "Noto Nastaliq Urdu", serif;
}
