      p {
            color: black; 
            font-size: 20px;
             line-height: 1.3; 
        }
    

        /* p, h1 {
            margin-right: 150px; 
            margin-left: 150px; 
        } */

    h1 {
  text-align: center;
  color:black; font-size: 60px;
    }
    #main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: lightyellow; /* Using a named color */
    width: 100%;
    }

        body{
            margin: 0;
        }
    /* @media (max-width: 768px) {

    } */

    #lemonPic {
        width: 90%;
        max-width: 880px;
        height: auto
    }

    .headerAndText {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgb(188, 163, 25);
        max-width: 80%;
        text-align: center;
    }

    .ingredients {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgb(188, 163, 25);
        text-align: center;
    }

    #instructions img {
        width: 25%;
        height: auto;
        margin-top: 8px;
        margin-bottom: 8px;
         
    }

    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgb(255, 241, 163);
        width: 100%;
        text-align: center;
    }


    #ingredientCheckboxes {
        border: 1px solid black;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

.inconsolata-default {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}