body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  background-color: #f8f8f8;
  font-family: Arial, sans-serif;
  text-align: center;
}
#logo img {
  max-width: 200px;
  margin: 0 auto;
  display: flex;
}
#logo h1 {
  font-size: 2em;
  color: #D11B56;
  margin: 0;
}
.arafah#logo img {
  max-width: 100px !important;
}
.info {
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 0.8em;
  color: #D11B56;
}
#takbeer{
    font-size: 2em;
    color: #000;
    margin-bottom: 15px;
}
#english,
code {
  font-size: 1.2em;
  line-height: 1.4;
  width: 90%;
}

#english {
  color: #333;
  margin-bottom: 15px;
}

#english span {
  display: block;
}

code {
  color: #666;
}

audio {
  width: 100%;
  max-width: 300px;
  margin: 15px auto;
}

.buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.buttons a {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  margin: 0 15px;
  padding: 10px 15px;
  background-color: #D11B56;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

/* Responsive styles */
@media (max-width: 600px) {
    #takbeer {
        font-size: 1.2em;
    }
  #english,
  code {
    font-size: 1em;
  }

  audio {
    max-width: 100%;
  }
}
