.main_h {
  display:flex;
  /* display:absolute; */
  --s: 65px;  /* size  */
  --m: 3px;    /* margin */
  --f: calc(1.732 * var(--s) + 4 * var(--m)  - 1px);
}

.container_h {
  font-size: 0; /*disable white space between inline block element */
}

.container_h div {
  width: var(--s);
  margin: var(--m);
  height: calc(var(--s)*1.1547); 
  display: inline-block;
  font-size:initial;
  text-align: center;
  line-height: calc(var(--s)*1.1547);
  padding: 15px 0;
	/* align-items: center;
	justify-content: center; */
  clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
  background: rgb(62, 164, 219);
  box-shadow: 2px 2px;
  margin-bottom: calc(var(--m) - var(--s)*0.2885); 
}
 
/* .movetile {
  transform: rotateX(0deg) rotateY(45deg) rotateZ(60 deg);
  transition: var(2s);
  font-size:0.5em;
} */

/* .container_h-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}  */

/* .container_h div:active {
transform: rotateY(180deg);
transition: var(2.5s);
}  */

.container_h div:nth-child(odd) {
  background:rgb(148, 221, 248);
}
/* 
/* Position the front and back side */
/* .container_h-front, .container_h-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  /* backface-visibility: hidden; */
/* }  */
/* Style the front side (fallback if image is missing) */
/* .container_h-front {
  background-color: #bbb;
  color: black;
} */

/* Style the back side */
/* .container_h-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
} */ 

.container_h::before {
  content: "";
  width: calc(var(--s)/2 + var(--m));
  float: left;
  height: 150%;
  shape-outside: repeating-linear-gradient(     
                   #0000 0 calc(var(--f) - 3px),      
                   #000  0 var(--f));
}

h6 {
  color:rgb(77, 2, 2);
  font-size : 1.5em;
  /* font-family: "KaiTi"; */
  font-family: "Arial";
  /* font-weight: bold */
  
  /* margin: 0px;
  padding: 0px */
}