const getObjectCss = ({ size }: { size: number }): FlattenSimpleInterpolation =>
  css`
    border-radius: 100%;
    width: ${size}px;
    height: ${size}px;