.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, #ffe100 0%, #ffc000 100%); border-radius: 30px; transition: .3s; padding: 15px 40px; display: inline-block; font-size: 20px; margin: 20px 0; color: #242625; } .button1:hover { background: linear-gradient(143deg, #ffc000 0%, #ffe100 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; }