
* {
    box-sizing: border-box;
}

.logo img{
    width: 60px;
    height: 60px;
}


.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding-right: 10px;
  padding-top: 15px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header a:hover {
  background-color: #ddd;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
   html, body {
    overflow-x:hidden;
    width:100%;
    margin: 0;
    padding: 0;
  }
  .header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }

  .judul{
    margin-top: 150px;
  }
  .quran{
    height: 850px;
    overflow: scroll;
  }
}

.judul{
    width: 100%;
    height: 650px;
    text-align: center;
    background-color: rgb(34, 34, 34);
    color: white;
    padding-top: 200px;
    font-size: 20px;
}

select, option{
    width:100%;
  max-width: 500px;
  padding: 10px;
  font-size: 15px;
}
.tombol{
  padding: 10px;
  margin-bottom: 30px;
}

#sholat{
  text-align: center;
  margin-top: 30px;
}
#sholat h3{
  font-size: 45px;
}
table{
  text-align: center;
  margin: 0 auto;
}
table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: var(--bs-success);
  color: white;
}
table{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin-bottom: 100px;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}


h2{
  font-size: 45px;
}
#resultkota, #resulttahun, #resultbulan{
  font-size: 15px;
  text-align: center;
}
