import styled from "styled-components"; export default styled.div` display: flex; flex-direction: row; justify-content: space-between; width: 100%; align-items: center; `;