
.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;
}

.button1 {background-color: #50A8A5;} /* Blue */
a {
	cursor: pointer;
}
.button1 {
    background: linear-gradient(143deg, #00BBCC 0%, #de1212 100%);
    font-weight: 500;
    cursor: pointer;
    border-radius: 30px;
    transition: .3s;
    padding: 15px 40px;
    font-size: 18px;
    margin: 20px 0;
}
.button1:hover {
    background: linear-gradient(143deg, #d31c1c 0%, #00BBCC 100%);
    background-position: right center;
    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;
}
