.big {
  font-size: 80px;
  margin: 50px;
  text-align: center;
  color: aliceblue;
  text-transform: uppercase;
  animation: blur 0.75s ease-out 3;
  text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
}
.area {
  text-align: center;
  // font-size: 2.5em;
  color: #fff;
  // letter-spacing: -2px;
  font-weight: 700;
  text-transform: uppercase;
  animation: blur 0.75s ease-out 3;
  text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
}
@keyframes blur {
  from {
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 25px #fff,
      0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff,
      0px 0px 25px #fff, 0px 0px 50px #fff, 0px 0px 50px #fff,
      0px 0px 50px #7b96b8, 0px 0px 150px #7b96b8, 0px 10px 100px #7b96b8,
      0px 10px 100px #7b96b8, 0px 10px 100px #7b96b8, 0px 10px 100px #7b96b8,
      0px -10px 100px #7b96b8, 0px -10px 100px #7b96b8;
  }
}
.zoom:hover {
  transition: transform 0.5s ease;
  transform: scale(1.1) rotate(0.01deg);
}
.back1 {
  background-color: #7b96b8;
  border-radius: 10px;
}
.back2 {
  background-color: #00d5ff;
  border-radius: 10px;
  text-align: right;
  padding: 10px;
  font-family: "IRANSans" !important;
  font-size: 15px;
}
.fontw {
  color: aliceblue;
  text-shadow: 2px 2px 4px #000000;
  text-align: justify;
}
.back3 {
  background-color: #c05401;
  border-radius: 10px;
  text-align: right;
  height: 100%;
  vertical-align: baseline;
  padding: 10px;
  font-family: "IRANSans" !important;
  font-size: 15px;
  width: 290px;
  height: 80px;
  margin-top: 10px;
  display: table-cell;
  border: #fff 2px solid;
}
.centerv {
  color: #fff;
  font-size: x-large;
}
// .span {
//   display: inline-flex;
//   align-items: center;
//   color: #fff;
//   font-size: x-large;
// }
a{
  text-decoration: none !important;

}
.span {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: x-large;
  padding-right: 20px;
}

.col-md-3 {
  display: flex;
  justify-content: center; /* Center content horizontally in the col */
  align-items: center; /* Center content vertically in the col */
}


.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}
