body {
  background-image: url("../images/back.webp");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #060403;

  font-family: Yekan Bakh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.show-fal {
  width: 750px;
  min-height: 200px;
  animation: myAnim 1s ease 0s 1 normal forwards;
  background: rgba(255, 255, 255, 0.807);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.font-nastaliq {
  font-family: "IranNastaliq" !important;
}

@keyframes myAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
