@media screen and (min-width: 601px) {
    .prayer_font {
        font-size: 62px;
    }
}

@media screen and (max-width: 600px) {
    .prayer_font {
        font-size: 20px;
    }
}

.masjid.app{
    background-color:purple;
}