body{
  margin: 0px;
  font-family: garamond;
  color: rgb(68, 68, 68);
}

.back{
  background-image: url(../img/backcolor.jpg)
}

.main{
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 20pt;
  padding-left: 10.5%;
  padding-right: 10.5%;
  font-family: "Microsoft Yahei";
}

.heritage2-img{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;

}
.heritage2-img img{
  width: 40%; height: 40%;
  margin: 3rem ;
}



a{
    text-decoration:none;
    color:gray;

}
.container{
    padding: 30px 0px;
    display: flex;
    font-size: 10.5pt;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease;
}



@media(max-width:768px){
  body{

  box-sizing : border-box;

  }
  .main{
    justify-content: center;
    flex-direction: column;
    margin: 1rem auto;
    max-width: 500px;
  }
  ul{
    margin: 1rem auto;
    flex-wrap: wrap;
  }

  li{
    margin-bottom: 1rem;
  }
  .navbar img {
    margin: 1rem auto;
  }

  .hero{
    flex-direction: column;
  }

  .heritage2-img{
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

.under{
  font-size: 10px;
  max-width: 500px;
}

.Explanatory{
  max-width: 500px;
  font-size: 80%;
}
}
