import styled from 'styled-components' export const Button = styled.button` background-color: red; margin: 8px; padding: 8px; `