@font-face {
  font-family: "Comic Code";
  src: url("./fonts/Comic Code.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Comic Code";
  src: url("./fonts/Comic Code Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

.basmala {
  font-family: "Amiri", serif;
  font-size: 2em;
  /* optional: makes it more prominent */
  display: block;
  /* optional: makes it stand alone */
  text-align: center;
  /* optional */
  margin: 1em 0;
  /* optional spacing */
}

body {
  font-family: "Comic Code", "Noto Kufi Arabic", "Segoe UI", Tahoma, sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  background-color: #fefefe;
  color: #333;
}

h1,
h2,
h3 {
  color: #2c3e50;
  margin-top: 1.5em;
}

img.profile-pic {
  float: right;
  margin: 0 0 20px 20px;
  width: 200px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 8px;
}

ul ul {
  margin-left: 20px;
  list-style-type: disc;
}

.section {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.label {
  font-weight: bold;
}

@media (max-width: 600px) {
  img.profile-pic {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}
