@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #0e0e10;
  color: #fff;
  font-family: "Noto Kufi Arabic", sans-serif;
  direction: rtl;
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
}

header img {
  width: 10vw;
}
.container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1,
h2 {
  color: #d8b04a;
}
ul {
  padding-left: 20px;
}
