*{
    margin: 0;
    padding: 0;
}
.header{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(135deg,#1abc9c,#16a085);
    color: white;
    text-align: center;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1000;
}
.title{
  font-family: 'vazir';
  font-size: clamp(30px, 10vw, 100px);
}
.right{
  flex: 0 0 25%;
}
.center{
  flex: 0 0 50%;
  display: flex;
}
.logo{
  width: 50px;
}
.left{
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  flex: 0 0 25%;
  display: flex;
  align-items: start;
  justify-content: left;
  
}
.logolig{
      width: 30%;
    }

    /* section{
    } */
h1{
    width: 100%;
    text-align: center;
    color: #31b517;
    margin: 20px 0;
    font-size: 25px;

}
section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px 0;
}
section h2{
    text-align: center;
    font-size: 19px;
    color: #777;
}
section a{
    background-color: transparent;
    border: 1px solid #31b517;
    border-radius: 5px;
    background-color: #16a085;
    text-decoration: none;
    padding: 4px 6px 8px 6px;
    display: block;
    margin: 10px auto;
    color: white;
    width: 50%;
    text-align: center;
}
footer{
    display: flex;
    justify-content: center;
}
