* {
    margin: 0;
    padding: 0;
   }
  
  header {
    height: 95vh;
    /* gradient overlay */
    /* background-image: url(/images/svg/bg.svg); */
    background-size: cover;
    /* build polygon */
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    z-index: 3;
  }
  
  .header_box {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    width: 100%;
    height: 0px;
  }


