body,
html,
h2 {
  margin: 0;
  padding: 0;
}
header {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 20px;
  background-color: #e9e9e9;
  border-bottom: 3px solid white;
  border-top: 3px solid white;
  box-shadow: 1px 1px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.hr1,
.hr2,
.hr3 {
  margin-bottom: 5px;
  position: absolute;
  border-top: 4px solid goldenrod;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.hr1 {
  top: 45%;
}
.hr2 {
  top: 50%;
}
.hr3 {
  top: 55%;
}
.logo {
  width: 150px;
  border-radius: 50%;
  background-color: white;
}

.site a img {
  height: 150px;
}
.site a {
  text-decoration: none;
  color: goldenrod;
}
.desc-container{
    width:80%;
    margin:auto;
    margin-top:10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    padding:10px 20px;
    border-radius:10px;
}
.firstcharacter {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.persian-desc{
    text-align:right;
}
.persian-desc span{
    font-family: 'IRANSansWebBold';
}
.persian-desc,.english-desc{
    font-family:"IRANSansWebUltraLight";
    font-size:1rem;
    margin-bottom:10px;
    line-height: 40px;
}
.english-desc{
    margin-top: 0;
}
.mainContent {
  text-align: center;
  padding-top: 30px;
  width: 100%;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .site a h2 {
    margin-bottom: 20px;
  }
  .site {
    margin: auto;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid goldenrod;
    border-radius: 10px;
    width: fit-content;
    min-width:205px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
  }
}

@media only screen and (min-width: 768px) {
  .mainContent {
    display: flex;
  }
  .site {
    max-width: 30%;
    border: 1px solid goldenrod;
    border-radius: 10px;
    padding: 20px;
  }
}
