 .btn-grad {
      background-image: linear-gradient(to right, #76b852 0%, #8DC26F  51%, #76b852  100%);
      margin: 10px;
      padding: 6px;
      text-align: center;
      text-transform: uppercase;
      transition: 0.5s;
      background-size: 200% auto;
      color: white;            
      box-shadow: 0 0 20px #eee;
      border-radius: 10px;
      display: block;
	  border:none;
	  font-family:"Oswald-VariableFont_wght";
	  font-size:2em;
 }

 .btn-grad:active {
      background-position: right center; /* change the direction of the change here */
      color: #fff;
      text-decoration: none;
 }
 
 #cont{
 	font-size:2em;
 }
 
         