.glow-on-hover { display: inline-block; padding: 15px 30px; font-size: 18px; color: #fff; background-color: #ff6f61; text-transform: uppercase; border: 2px solid #ff6f61; border-radius: 10px; cursor: pointer; transition: all 0.2s ease-in-out; text-decoration: none; } .glow-on-hover:hover { box-shadow: 0 5px 15px rgba(255, 111, 97, 0.8), 0 0 20px rgba(255, 111, 97, 0.7), 0 0 30px rgba(255, 111, 97, 0.6); background-color: #ff4f3d; transform: scale(1.1); }