import styled from 'styled-components'; export const TextWrapper = styled.span` white-space: pre; letter-spacing: -1px; `; export const Img = styled.img``;