body{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #000000;
    overflow: hidden;
    font-family: "family";
}
p{
    display: flex;
    justify-content: center;
    color: white;
    padding-top: 64px;
    /* font-size:5vw; */
    font-family: "family";
    direction: rtl;
    text-align: center;
}
@media screen and (max-width: 600px) {
    p {
      font-size: 19px;
      padding-right: 11px;
    }
  }
@media screen and (min-width: 601px) {
    p {
      font-size: 50px;
    }
  }


.imgdiv{
    display: flex;
    justify-content: center;
    margin-top: 34px;
}
.btndiv{
    display: flex;
    justify-content: center;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .btn {
      background-color: #f6c244;
      color: white;
      font-size: 20px;
      border-radius: 30px;
      width: 242px;
      text-decoration: none;
      text-align: center;
      height: auto;
      padding: 10px;
      margin-top: 86px;
    }
  }

  @media screen and (min-width: 601px) {
    .btn {
    background-color: #f6c244;
    color: white;
    /* text-align: center; */
    font-size: xx-large;
    border-radius: 30px;
    height: 46px;
    width: 390px;
    margin-top: 86px;
    border: none;
    font-family: "family";
    text-decoration: none;
    }
  }

@font-face{
    font-family: "family";
    font-style: normal;
	font-weight: 400;
	src: url("./Fonts/IRANSansMobile_Medium.ttf") format("woff2");
}