import styled from "styled-components";

export const ExchangeContainer = styled.div`
	width: 100%;
	word-wrap: break-word;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	span {
		margin-block: 0.5rem;
	}

	#command {
		margin-left: 0.3rem;
	}
`;
