import { Picture } from "astro:assets";
import nasaImg from "../../assets/nasa.jpg";
alt="The space station above the Earth"
width={nasaImg.width / 2}
pictureAttributes={{ style: "grid-area: stack;" }}
<div class="content"><h2>Overly text on Picture</h2></div>
grid-template-areas: "stack";
/* Make images easier to work with */
background-color: rgb(88 28 135 / 0.75);
border: 1px solid var(--color-primary);
box-shadow: 0px -3px 18px rgb(168 85 247 / 50%);
text-transform: capitalize;
font-size: clamp(1.35rem, 5vw, 2rem);