.ml16 {
    color: #ffffff;
    padding: 40px 0;
    font-weight: 800;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    overflow: hidden;
    text-align:center;
  }
  
  .ml16 .letter {
    display: inline-block;
    line-height: 1em;
  }



/* 
** Change this if you need to modify
** the amount of lines displayed
*/
/*
** Leave these unless you want
** to open a whole can of worms
*/
/*
** Set up the experiment
*/



html {
    background-color: #000000;
    height: 100%;
  }
  
  body {
    color: #FFFFFF;
    display: flex;
  }
  
  a {
    color: #FFFFFF;
    display: flex;
  }

  /*
  ** Apply styles to the parent element
  */
  .Words {
    margin: 0 auto;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    -webkit-text-size-adjust: 100%;
  }
  
  /*
  ** Apply common styles to each line of text
  */
  .Words-line {
    height: 60px;
    overflow: hidden;
    position: relative;
  }
  
  .Words-line:nth-child(odd) {
    transform: skew(60deg, -30deg) scaleY(0.66667);
  }
  
  .Words-line:nth-child(even) {
    transform: skew(0deg, -30deg) scaleY(1.33333);
  }
  
  .Words-line:nth-child(1) {
    left: 29px;
  }
  
  .Words-line:nth-child(2) {
    left: 58px;
  }
  
  .Words-line:nth-child(3) {
    left: 87px;
  }
  
  .Words-line:nth-child(4) {
    left: 116px;
  }
  
  /*
  ** Fine-grained text styles
  */
  p {
    height: 35px;
    line-height: 30px;
    transition: all .4s ease-in-out;
    transform: translate3d(0, 0, 0);
    vertical-align: top;
    white-space: nowrap;
  }
  
  /*
  ** The hover interaction
  */
  .Words:hover p {
    transform: translate3d(0, -50px, 0);
  }

  .kk1:hover:hover {
    color: rgb(120, 255, 0);
}
  
a:hover {
    color: rgb(120, 255, 0);
}
  
