 penguin {
        /* Set the background image */
        background-image: url('https://alotofpenguins.neocities.org/images.jpg'); /* Replace with your image path */

        /* Repeat both horizontally and vertically (default) */
        background-repeat: repeat;

        /* Optional: Adjust background position */
        background-position: top left;

    }