* {
    box-sizing: border-box;
  }
  .number0 {
    position: relative;
    top: 50%;
    left: 48%;
    width: 63px;
    height: 100px;
    /* margin-top: -100px; */
    margin-bottom: 20px;
    margin-left: -90px;
    background: #444;
    border-radius: 0px;
  }
  .number1 {
    position: relative;
    top: 50%;
    left: 55%;
    width: 63px;
    height: 100px;
    margin-top: -120px; 
    margin-bottom: 20px;
    margin-left: -60px;
    background: #444;
    border-radius: 0px;
  }
  .number2 {
    position: relative;
    top: 50%;
    left: 62%;
    width: 63px;
    height: 100px;
    margin-top: -120px;
    margin-bottom: 20px;
    margin-left: -30px;
    background: #444;
    border-radius: 0px;
  }
  .number3 {
    position: relative;
    top: 50%;
    left: 69%;
    width: 63px;
    height: 100px;
    margin-top: -120px; 
    margin-bottom: 20px;
    margin-left: 0px;
    background: #444;
    border-radius: 0px;
  }
  .section {
    position: absolute;
    border: 8.5px solid transparent;
  }
  .top {
    top: 2px;
    left: 8px;
    width: 44px;
    height: 0;
    border-top-color: #bada55;
    /* -webkit-animation: top 10s infinite; */
  }
  .top-right {
    top: 3px;
    right: 10px;
    width: 0;
    height: 45px;
    border-bottom-width: 5px;
    border-right-color: #bada55;
    /* -webkit-animation: topRight 10s infinite; */
  }
  .top-left {
    top: 3px;
    left: 7px;
    width: 0;
    height: 45px;
    border-bottom-width: 5px;
    border-left-color: #bada55;
    /* -webkit-animation: topLeft 10s infinite; */
  }
  /* .middle {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    left: 4px;
    width: 92px;
    border: 10px solid transparent;
    border-left-width: 17px;
    border-right-width: 17px;
    border-top-color: #bada55;
  } */
  .middle:before {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 7px;
    width: 46px;
    border: 5px solid transparent;
    border-left-width: 8.5px;
    border-right-width: 8.5px;
    border-bottom-color: #bada55;
  }
  .middle:after {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 7px;
    width: 46px;
    border: 5px solid transparent;
    border-left-width: 8.5px;
    border-right-width: 8.5px;
    border-top-color: #bada55;
  }
  .bottom-right {
    bottom: 3px;
    right: 10px;
    width: 0;
    height: 45px;
    border-top-width: 5px;
    border-right-color: #bada55;
    /* -webkit-animation: bottomRight 10s infinite; */
  }
  .bottom-left {
    bottom: 3px;
    left: 7px;
    width: 0;
    height: 45px;
    border-top-width: 5px;
    border-left-color: #bada55;
    /* -webkit-animation: bottomLeft 10s infinite; */
  }
  .bottom {
    bottom: 2px;
    left: 8px;
    width: 44px;
    height: 0;
    border-bottom-color: #bada55;
    /* -webkit-animation: bottom 10s infinite; */
  }
  @-webkit-keyframes top {
    0% {
      opacity: 100;
    }
    10% {
      opacity: 0;
    }
    20% {
      opacity: 100;
    }
    30% {
      opacity: 100;
    }
    40% {
      opacity: 0;
    }
    50% {
      opacity: 100;
    }
    60% {
      display: 100;
    }
    70% {
      opacity: 100;
    }
    80% {
      opacity: 100;
    }
    90% {
      opacity: 100;
    }
    100% {
      opacity: 100;
    }
  }
  @-webkit-keyframes topRight {
    0% {
      opacity: 100;
    }
    10% {
      opacity: 100;
    }
    20% {
      opacity: 100;
    }
    30% {
      opacity: 100;
    }
    40% {
      opacity: 100;
    }
    50% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    70% {
      opacity: 100;
    }
    80% {
      opacity: 100;
    }
    90% {
      opacity: 100;
    }
    100% {
      opacity: 100;
    }
  }
  @-webkit-keyframes topLeft {
    0% {
      opacity: 100;
    }
    10% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    30% {
      opacity: 0;
    }
    40% {
      opacity: 100;
    }
    50% {
      opacity: 100;
    }
    60% {
      opacity: 100;
    }
    70% {
      opacity: 0;
    }
    80% {
      opacity: 100;
    }
    90% {
      opacity: 100;
    }
    100% {
      opacity: 100;
    }
  }
  @-webkit-keyframes middle {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
    }
    20% {
      opacity: 100;
    }
    30% {
      opacity: 100;
    }
    40% {
      opacity: 100;
    }
    50% {
      opacity: 100;
    }
    60% {
      opacity: 100;
    }
    70% {
      opacity: 0;
    }
    80% {
      opacity: 100;
    }
    90% {
      opacity: 100;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes bottomRight {
    0% {
      opacity: 100;
    }
    10% {
      opacity: 100;
    }
    20% {
      opacity: 0;
    }
    30% {
      opacity: 100;
    }
    40% {
      opacity: 100;
    }
    50% {
      opacity: 100;
    }
    60% {
      opacity: 100;
    }
    70% {
      opacity: 100;
    }
    80% {
      opacity: 100;
    }
    90% {
      opacity: 100;
    }
    100% {
      opacity: 100;
    }
  }
  @-webkit-keyframes bottomLeft {
    0% {
      opacity: 100;
    }
    10% {
      opacity: 0;
    }
    20% {
      opacity: 100;
    }
    30% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    60% {
      opacity: 100;
    }
    70% {
      opacity: 0;
    }
    80% {
      opacity: 100;
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 100;
    }
  }
  @-webkit-keyframes bottom {
    0% {
      opacity: 100;
    }
    10% {
      opacity: 0;
    }
    20% {
      opacity: 100;
    }
    30% {
      opacity: 100;
    }
    40% {
      opacity: 0;
    }
    50% {
      opacity: 100;
    }
    60% {
      opacity: 100;
    }
    70% {
      opacity: 0;
    }
    80% {
      opacity: 100;
    }
    90% {
      opacity: 100;
    }
    100% {
      opacity: 100;
    }
  }