import styled from "styled-components"; export const CardWrapper = styled.div` padding: 10px; `;