body {
  background: linear-gradient(0deg, #481e6a 39.37%, #000 121.95%);
  height: 99vh;
  font-family: "IRANYekanX";
  color: #fff;
  text-align: center;
  overflow-y: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/pattern.png");
  background-size: cover;
  height: 100%;
}

.nabalad-logo {
  height: 250px;
  width: 250px;
  border-radius: 10px;
}

h1 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  margin-top: 20px;
}

h4 {
  font-weight: 500;
}

h5 {
  font-weight: 400;
}

.bazaar {
  height: 60px;
}

.version {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 12px;
}
