import styled from '@emotion/styled'; const Message = styled.div` padding: 1em; margin-top: 50px; color: #fff; `; export default Message;