@font-face {
  font-family: "IranSans";
  src: url("woff2/IRANSansWeb.woff2") format("woff2"),
    url("woff/IRANSansWeb.woff") format("woff"),
    url("ttf/IRANSansWeb.ttf") format("truetype"),
    url("eot/IRANSansWeb.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: linear-gradient(
    135deg,
    rgba(236, 245, 255, 0.7) 0%,
    rgba(200, 220, 255, 0.5) 100%
  );
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "IranSans", "Tahoma", sans-serif;
  direction: rtl;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 30px 30px;
  border-radius: 24px;
  margin-left: 5px;
  margin-right: 5px;
}
.update-text {
  margin-top: 24px;
  font-size: 1.4rem;
  color: #374151;
  font-weight: bold;
  text-shadow: 0 2px 8px #fff8;
  text-align: center;
}
img {
  max-width: 220px;
  height: auto;
  margin-bottom: 8px;
}
