/* Test.css */
.hexagon{position: relative;  width: 300px;   height: 173.21px;  background-color: #64C7CC;  margin: 86.60px 0}.hexagon:before,.hexagon:after{content: "";  position: absolute;  width: 0;  border-left: 150px solid transparent;  border-right: 150px solid transparent}.hexagon:before{top: -70.7107px;  border-top: solid 7.0711px #333333;  border-right: solid 7.0711px #333333}.hexagon:after{top: 100%;  width: 0;  border-top: 86.60px solid #64C7CC}