
#mpt-app {
  background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
  url('https://islamreligionguardian.com/storage/2025/05/mosque-bg.webp');
  background-size: cover;
  background-position: center;
  padding: 32px;
  border-radius: 16px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  max-width: 720px;
  margin: 20px auto;
}

#mpt-app h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

#mpt-app p, .mpt-time {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

#mpt-app select, #mpt-app button {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
}
