body {
  font-family: Arial, sans-serif;
  text-align: right;
  background-color: #000000;
}


header{
  position: fixed;
  top: 0;
  width: 100%;
}

main{
  margin-top: 4rem;
}



.dei-quran-container {
  width: 100%;
  height: 700px;
  /* Default height */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  border: 1px solid #eaeaea;
}

.dei-quran-iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .dei-quran-container {
    height: 800px;
  }
}

@media (max-width: 992px) {
  .dei-quran-container {
    height: 1000px;
  }
}

@media (max-width: 768px) {
  .dei-quran-container {
    height: 600px;
    border-radius: 8px;
  }
}

@media (max-width: 576px) {
  .dei-quran-container {
    height: 800px;
    margin: 10px 0;
  }
}

@media (max-width: 400px) {
  .dei-quran-container {
    height: 800px;
    border-radius: 6px;
  }
}