
.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-color: #dfc4e3;
    border-radius: 30px;
    margin: 15px 0;
    transition: .3s;
	color: #333333;
}
.button1:hover {
    transform: scale(1.1);
}
.content .main ul.m-list li a:hover {
    transition: .3s;
    transform: scale(1.02);
}
