img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media screen and (max-width: 500px) {
    body {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
}

@media screen and (min-width: 500px) {
    body {
        display: flex;
        flex-direction: column;
        margin: auto;
        width: 500px;
    }
}


.progress {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: inherit;
    background-color: #f1f1f1;
    border-radius: 0px 20px 20px 0px;
}

.progress-bar {
    height: 10px;
    background: #42a4ff;
    width: 0%;
    border-radius: inherit;
}



.link {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0px 20px 0px;
    margin: 20px 0px 20px 0px;
    /* border: 2px  solid gold; */
    background-color: gold;
    border-radius: 15px;
}

/* .link .section {
    padding: 5px 0px 5px 0px;;
} */


/* .link a {
    margin: 0px 20px 0px 20px;
} */
.surah {
    display: flex;
    flex-direction: column;
}

h1 {
    text-align: center;
    background-color: black;
    color: white;
    padding: 20px 0px 20px 0px;
    border-radius: 20px;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    background-color: white;
    padding: 2px;
    color: black;
}