import { css } from "lit"; export const geogebraAppStyles = css` iframe { display: block; border: none; width: 100%; aspect-ratio: 16/9; } `