body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #000;
}

.iframe-container {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
}

.iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
}
.iframe-header {
  background-color: #222222;
  position: absolute;
  z-index: 27;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
}
.iframe-header img {
  height: fit-content;
  margin: auto;
}
.iframe-header p {
  height: fit-content;
  color: #fff;
  font-family: "Vazirmatn", serif;
  margin: auto;
}
