Join the Harvest Embark as Founder Code & Contribute
/* BUTTON ROW – up 3% and squeezed closer */ .button-row { position: absolute; bottom: 20%; /* up 3% from 17% */ left: 50%; transform: translateX(-50%); width: 43%; /* squeezed closer (was 50% → now 43%) */ max-width: 600px; display: flex; justify-content: space-between; align-items: center; gap: 3px; /* closer spacing */ z-index: 20; padding: 0; } /* BUTTONS – 10% smaller */ .cta-btn { flex: 0 0 117px; /* was 130px → 10% smaller */ max-width: 117px; text-align: center; background: #FFD700; color: #064d00; padding: 6px 0; /* slightly thinner */ font-size: 11.7px; /* 10% smaller than 13px */