@font-face {
    font-family: "uthmani";
    src: url("fonts/uthmani.otf");
    font-display: swap;
}
/* @font-face {
    font-family: "Roboto";
    src: url("Roboto-Light.ttf");
    font-display: swap;
} */
body{
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
    color: #ecf0f1;
    margin: 0;
    padding: 0;
}
body.bg0 {
    background-image: url("bg/0.png");
}
body.bg1 {
    background-image: url("bg/1.png");
}
body.bg2 {
    background-image: url("bg/2.png");
}
body.bg3 {
    background-image: url("bg/3.png");
}

h2 {
    padding: 0;
    margin: 0;
}
h2 div:first-child{
    font-family: uthmani, Traditional Arabic;
    font-weight: normal;
    font-size: 35px;
}
h2 div:nth-child(2){
    font-size: 23px;
    font-weight: normal;
    padding-left: 20px;
}
h2 a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #ecf0f1;
}
.home {
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 1;
}
.home a {
    font-size: 24px;
    text-shadow: 0px 0px 1px lightblue;
}
.asmaul_husna {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start; */
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 25px;
    display: none;
}
.name {
    background: rgba( 255, 255, 255, 0.19 );
    box-shadow: 0 0px 2px 0 rgba( 255, 255, 255, 0.3 );
    backdrop-filter: blur( 10.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.19 );
    padding: 14px;
    padding-top: 8px;
    max-width: 670px;
    margin: 10px;
}
.name ul {
    margin: 0;
    padding-left: 20px;
}
.paragraph {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.4pt;
}
.ayah, .hadith {
    font-size: 24px;
    font-family: uthmani, Traditional Arabic;
    text-align: right;
    direction: rtl;
    width: 100%;
    line-height: 45px;
    letter-spacing: 0;
}
.hadith {
    font-size: 23px;
}
.name .paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ecf0f1;
}
.name .paragraph:last-child {
    border-bottom: none;
}
a {
    color: lightblue;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.green {
    color: green;
}