import styled from "styled-components"; export const OpinionCard = styled.div` background-color: papayawhip; width: fit-content; `;