button{
     text-align: center;
    box-shadow: 3px 3px 3px gray;
    text-shadow: 2px 3px 2px black;
    margin: 0 auto;
    border-style:groove;
     border-radius: 80px;
     border-width: 8px;
     border-color: black;
    background: linear-gradient(to right, rgb(130, 2, 92), rgb(214, 1, 1));
     color:
     rgb(255, 255, 255); 
     width: 200px; height: 70px;
      font-family:fantasy;
      font-size: 130%;
      animation: 0.5s linear 0s 1 running myFrameDash;
 display:block;
 position:relative
}