// @flow import styled from 'styled-components'; export default styled.div` align-items: center; display: flex; flex-direction: column; `;