.btn{align-items:center;background-color:var(--accent);border-bottom-style:solid;border-bottom-width:2px;border-left-style:solid;border-left-width:2px;border-right-style:solid;border-right-width:2px;border-top-style:solid;border-top-width:2px;color:#ffffff;display:inline-flex;justify-content:center;text-decoration:none;border-radius:50px;padding:1rem 2rem}.btn:is(:hover,:focus){background-color:#ffffff;color:var(--contrast);border:2px solid var(--accent)}