
html,body,div,header,section,footer{
    border: 0px;
    padding: 0px;
    margin: 0px;
}
body,html{
    height: 100%;
    width: 100%;
    background-color: rgb(78, 6, 6);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

header{
    position: absolute;
    top: 5px;
    left: 40px;
    right: 40px;
    height: 100px;
}

header .masjid-name{
    position: absolute;
    left: 0;
    top:0;
    font-size: 3vw;
}

header .date{
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 2vw;
}

header .clock{
    position:absolute;
    right: 0;
    top: 0;
    color: #17D4FE;
    font-size: 5vw;
    font-family: Orbitron;
    letter-spacing: 7px;
}


section{
    position: absolute;
    top: 100px;
    bottom: 130px;
    left: 40px;
    right: 40px;
}

#content{
    width: 100%;
    height: 100%;
    border: 5px solid black;
    text-align: center;
    align-items: center;
    position: relative;

}

#timer{
    display: none;
    height: 100%;
}

#timer #timer-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #181717;
    padding: 10px;
}
footer #time-prayer{
    padding-left: 50px;
    display: flex;
    flex-direction: row;


}
footer #time-prayer .solat{
    text-align: center;
    font-size:1.5vw;
    border: 4px solid black;
    border-radius: 10px;
    background-color: brown;

}

footer .solat-name{
    background-color: darkred;
    padding: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .solat-time{
    font-family: Orbitron;
    background-color: brown;
    padding: 5px;
    font-weight: bold;
    font-size: 1.8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.digital{
    font-family: Orbitron !important;
}


.prayer-times {
    
}