body {background-image: url(img/black-background-glow-glass-loop-ztnyd0ldx8lotznx.gif);
    background-repeat: no-repeat;
    background-size: cover;}
.white {color: #c6c6c664;
text-align: center;}

.bn632-hover {
    position: relative; left: 555px;
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .bn632-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .bn632-hover:focus {
    outline: none;
  }
  
  .bn632-hover.bn25 {
    background-image: linear-gradient(
      to right,
      #151515,
      #2c2c2c,
      #414141,
      #858585
    );
    box-shadow: 0 4px 15px 0 rgba(150, 150, 150, 0.75);
  }