#trinkets {
        background-image: url(images/gingham-background.png);
        background-size: cover;
        background-repeat: repeat;
        background-size: 400px 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

       
        margin: 0;
   
        
    }

    #trinkets h1 {
        align-self: center;
    }

    #trinkets img {
        width: 100%;
        height: auto;
        max-width: 800px;

    }