.cta-button{display:flex;justify-content:center;align-items:center;border:2px solid #d32f2f;border-radius:25px;background:orange;transition:transform 0.2s ease-in-out;width:fit-content;margin:10px auto}.cta-button a{display:block;padding:10px 10px!important;color:white!important;text-decoration:none;font-weight:bold;font-size:16px;line-height:1}.cta-button:hover{transform:scale(1.05)}