.btn{display:flex;align-items:center;justify-content:center;gap:7px;flex-direction:row;flex-wrap:nowrap;padding:.7rem 1.5rem;background-color:#fcc726;color:#000;font-weight:700;border-radius:4px;transition:background-color .3s ease;text-decoration:none;margin-top:2%}.btn:hover{background-color:#fcc726}