
*.mousemove {
    height: 50px;
    width: 50px;
    border: 2px solid #f3d050;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    /*transition: 0.2s ease;*/
    z-index: -1;
  }
  .nav-link 
  {
      display: block;
      width: 129px;
      height: 50px;
      background: #f3b701;
      color: #ffffff;
      font-size: 20px;
      margin: 0 auto;
      line-height: 30px;
      text-align: center;
      border-radius: 3px;
  }
  .nav-link:hover
{
    background: #02b8dd; 
}
{body{
    align-content: center;
    font font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
}
li:hover{
    text-decoration: underline;
    text-shadow: 0px 1px 1px #fff;
}
li:active{
    text-decoration: underline;
    text-shadow: 0px 1px 1px #fff;
}

}
.button{
    padding-top: 100px;
}





