import styled from 'styled-components'; const Wrapper = styled.div` position: relative; height: 20rem; marginbottom: 2rem; `; export default Wrapper;