Changed around line 33
- .cta-button {
- background-color: #ffffff;
- color: #764ba2;
- padding: 15px 30px;
- text-decoration: none;
- border-radius: 50px;
- font-weight: bold;
- transition: transform 0.3s ease;
- }
- .cta-button:hover {
- transform: scale(1.1);
- }