@font-face {
  font-family: "vazir";
  src: url("./font/Vazir-Medium.woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "vazir";
  background-image: url("/img/transporting.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.lbltext {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lbltext p {
  margin-top: 50px;
  font-size: 58px;
  color: rgb(61, 58, 242);
  text-shadow: 1px 1px 2px rgb(228, 228, 75);
  text-justify: kashida;
}
