@font-face {
    font-weight: bold;
    font-family: arabic;
    src: url('./fonts/me_quran.ttf'), url('./fonts/me_quran.otf');
}
#main_content{
    padding: 10px 2px;
    margin-top: 70px;
}
.page_heading{
    text-align: center;
}
.nav_banner{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: space-between;
}
.nav_banner a{
    text-decoration: none;
}
#next_dua_link{
    justify-self: flex-end;
}
.topic_change_button{
    width: 150px;
    height: 40px;
    background: none;
    outline: none;
    border: none;
    display: flex;
    align-content: center;
    justify-content: center;
    transition: all .5s;
}
.topic_change_button i{
    display: flex;
    align-items: center;
}
.topic_change_button:hover,
.topic_change_button:focus{
    background: hsl(50, 50%, 90%);
    cursor: pointer;
    transition: all .5s;
}
.button_text{
    margin: 2px;
    font-size: 1em;
    display: grid;
    align-content: center;
}
.topic-arrow{
    margin: 2px;
    font-size: 2em;
    display: grid;
    align-content: center;
}

#page_topic{
    text-align: center;
}

.dua{
    background: hsla(160, 50%, 50%,0.1);
    border-radius: 5px;
    padding: 10px;
    margin: 15px 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    white-space: pre-line;
}
.dua_num{
    text-align: center;
}
.dua_arabic{
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    margin:0;
    font-size: 2em;
    word-spacing: 5px;
}
.quran{
    font-family: arabic;
    word-spacing: 5px;
    white-space: pre-wrap;
}

.dua_translit_en{
    display: grid;
    justify-content: center;
    padding: 10px;
    line-height: 20px;
}
.dua_translat_en{
    display: grid;
    justify-content: center;
    font-weight: bold;
    line-height: 25px;
    padding: 10px;
}
.dua_sources{
    display: grid;
    justify-content: center;
    font-style: italic;
}