
.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
a {cursor: pointer;}
.button1 {background-color: #50A8A5;} /* Blue */
.button1 {
    background: linear-gradient(143deg, #a79fff 0%, #79c142 100%);
    border-radius: 30px;
    transition: .3s;
    padding: 15px 40px;
    display: inline-block;
    font-size: 20px;
    margin: 20px 0;
}
.button1:hover {
    background: linear-gradient(143deg, #79c142 0%, #484798 100%);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(75, 62, 140, .4);
}
.content .main ul.m-list li a:hover {
    transform: scale(1.05);
    transition: .3s;
}
