import styled from "styled-components"; export const Buttons = styled.div` margin-top: 16px; display: flex; justify-content: space-between; gap: 8px; width: 100%; `;