 body {
    margin: 0 auto;
    padding: 0;
    text-align: center;
     min-width:500px;
     width: 900px;     

}
img{
    width: 100px;
}
#hero-section{
 height: 333px;
 padding-top: 100px;
background-image: url("https://DelniaAlipour.github.io/image/Saqqez.jpg");
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#hero-header{
 background: #747173;
  width: 200px;
  display: block;
  margin: 0px auto;
  border-radius: 10px;
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 10px;
 text-shadow: 2px 2px black;
}
#hero-h2{
 background: #424A24;
  width: 412px;
  display: block;
  margin:10px auto;
  border-radius: 10px;
 padding: 10px 10px;
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  
}
#activity-section{
    display: inline-block;
    background:#e8eded;
    width: 100%;
height: 500px;

}
#activity-header
{
    padding-top: 25px;
}
#three-acitvity{
  display: flex;
 justify-content:space-around;
padding-top: 35px;

}
.activity-part img{
    height: 150px;
    width: 150px;
    border-radius: 100px;
}
.activity-part{
 width: 198px;
 height: 227px;
}

#avatar{
    width: 200px;
    height:270px;
    border-radius: 10px;

}
#text{
    padding-top: 20px;
}
#text p{
    font-style: italic;
}
#guide-section{
    width: 500px;
    display: flex;
    justify-content: space-around;
    margin: 70px auto;
    background: #E2D8CB;
    padding: 30px;
    text-align: center;
    color: #2b2839;
    border-bottom: 6px solid #9FA8A2;
    border-radius: 10px;
   
}