They are located in src/pages
It is in src/css/shes-got-style.css
You can pop them in src/assets
and import them into the page like and use them like this:
---
import { Image } from "astro:assets";
import ImageName from "../assets/the-image.png"
---
<Image src={ImageName} alt="Best image ever" />
Click the play icon while hovering over "dev" in the "NPM SCRIPTS" panel
or
Type pnpm dev
into the terminal (and hit enter)
Click the play icon while hovering over "build" in the "NPM SCRIPTS" panel
or
Type pnpm build
into the terminal (and hit enter)