* {
  padding: 0;
  margin: 0;
  outline: none;
}
 @font-face {
    font-family: Font;
    src: url(../fonts/IRANYekanRegular.ttf);
}
body {
    background-color: #008bc6c2;
    font-family: Font;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: none;
}
p {
    font-size: 17px;
}
span {
    font-weight: bold;
    font-size: 23px;
}
.blob {
    position: absolute;
    z-index: 0;
    transform: scale(1.5);
    mask-size: 100% 100%;
    top: -30%;
    left: -3%;
}
.blob img {
    opacity: 0.03;
}
.main-logo {
    height: 100px;
    margin: 50px 0;
}
.col-lg-4 {
    justify-items: center;
}
.main-page {
    width: 90%!important;
}