body {
    /* background and text */
    background-image: url("assets/nightSky.gif");
    color: white;
    font-family: "Tektur", sans-serif;

    img.sticky {
    position: sticky;
    top: 0;
    }

}