@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;900&display=swap');

body {
    font-family: 'Mulish', sans-serif;
    background-image: url('../imgs/newBgg.png');
    background-repeat: repeat-y;
    background-size: cover;
    background-color: #cccccc;
    color: #2d4e85;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden; /* Hide scrollbars */
    /*margin-top: 200px;*/
}

* {
    height: auto;
    width: auto;
}

.container {
    /*height: 100%;*/
    margin-top: 200px;
}

video {
    width: 102%;
    height: 102%;
    left: -5px;
    margin: -10px;
    overflow: hidden;
}

.logo {
    display: inline-block;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 200px;
    background-image: url("../imgs/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.time {
    text-align: center;
    font-size: 150px;
    font-weight: 900;
    width: 50%;
    margin: 290px auto auto;
    padding: 0 10px 0 10px;
    line-height: 200px;
}

.date {
    text-align: center;
    font-size: 60px;
    margin: auto;
    width: 70%;
    padding: 0 10px 30px 10px;
}

.title {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    margin: auto;
    width: 50%;
    padding: 10px;
}


.start {
    font-family: sans-serif;
    font-size: 50px;
    text-align: center;
}

.jamat {
    font-family: sans-serif;
    font-size: 70px;
    font-weight: bolder;
    text-align: center;
}

.fajr {
    width: 100%;
    text-align: center;
}

.section {
    align-content: center;
    position: absolute;
    bottom: 160px;
    width: 205px;
    height: 150px;
}

.first {
    left: 240px;
}

.second {
    left: 485px;
}

.third {
    left: 735px;
}

.fourth {
    left: 980px;
}

.fifth {
    left: 1225px;
}

.sixth {
    left: 1475px;
}

.sunrise {
    width: 100%;
    text-align: center;
}

.zhur {
    width: 100%;
    text-align: center;
}

.asr {
    width: 100%;
    text-align: center;
}

.maghrib {
    width: 100%;
    text-align: center;
}

.isha {
    width: 100%;
    text-align: center;
}

