 * {
        margin:0;
        padding:0;
    }
        /* Presentational Styles */
        body {
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 500;
            height: 100vh;
            place-items: center;
            text-align: center;
            align-items: center; /* Align items at the top of the flex container */
            min-height: 100vh; /* Ensure the body takes at least the full height of the viewport */
            display: inline; 
                     color:#424a4f;
        }
         .thumb { 
            top: -50px; 
            left: -35px; 
            display: block; 
            z-index: 999; 
            cursor: pointer; 
            -webkit-transition-property: all; 
            -webkit-transition-duration: 0.3s; 
            -webkit-transition-timing-function: ease; 
        } 

        /*change the number below to scale to the appropriate size*/ 
        .thumb:hover { 
            transform: scale(1.2); 
        }
           .thumbnail {
            margin: 0.5rem;
            box-shadow: 1px 1px 2px #fff inset, 3px 3px 15px #bbb;
            border: 1px solid #aaa;
            border-radius: 0.5rem;
            background-color: #eee;
            display: inline-block;
            width: 150px;
            overflow: hidden; /* Ensure the rounded corners are applied to the image container */
        }

        .thumbnail img {
            width: 100%;
            height: auto;
        }


        .image-container {
            margin: 20px;
        }

        .image-container img {
            max-width: 100%;
            height: auto;
        }

        .show-for-print-only {
             display: none;
            
        }
  

            .icon {
            top: -50px;
            left: -35px;
            display: block;
            z-index: 999;
            cursor: pointer;
            -webkit-transition-property: all;
            -webkit-transition-duration: 0.3s;
            -webkit-transition-timing-function: ease;
        }

        /* Change the number below to scale to the appropriate size */
        .icon:hover {
            transform: scale(1.2);
        }
        a {
            color: inherit;
            text-decoration: none;
            padding-bottom: 3px; /* Adjust the value as needed */
            margin-bottom: -3px; /* Negative margin to offset the padding */
        }

        a {
            background:
                linear-gradient(
                    to right,
                    rgba(238, 238, 238, 1),
                    rgba(238, 238, 238, 1)
                ),
                linear-gradient(
                    to right,
                    rgba(255, 0, 0, 1),
                    rgba(255, 0, 180, 1),
                    rgba(0, 100, 200, 1)
                );
            background-size: 100% 3px, 0 3px;
            background-position: 100% 100%, 0 100%;
            background-repeat: no-repeat;
            transition: background-size 400ms;
        }

        a:hover {
            background-size: 0 3px, 100% 3px;
        }
        .logo-link {
 
            text-decoration: none;
        
            background: none;
        }
        .home {
            color: inherit;
            text-decoration: none;
            padding-bottom: 3px;
            margin-bottom: -3px;
            background: linear-gradient(
                to right,
                rgba(238, 238, 238, 1),
                rgba(238, 238, 238, 1)
            ),
            linear-gradient(
                to right,
                rgba(255, 0, 0, 1),
                rgba(255, 0, 180, 1),
                rgba(0, 100, 200, 1)
            );
            background-size: 100% 3px, 0 3px;
            background-position: 100% 100%, 0 100%;
            background-repeat: no-repeat;
            transition: background-size 400ms;
        }

        .home:hover {
            background-size: 0 3px, 100% 3px;
        }
        .tag {
    border-color: green;
    color: lightgrey;
    background:darkgreen;

    border: 2px solid green;
    border-radius: 0.5em;
    display: inline-block;
    font-size: 16;
    font-weight: 500;
    line-height: 24px;
    padding: 1px 10px;
    margin: 2px;
    white-space: nowrap;
}

        
footer {

  bottom:0;
  left: 0;
  right: 0;
    width:100%;
      font-size: 12px;
        }
         .footer-table { 
border-spacing: 0;
border-collapse: collapse;
         width:100%;
             margin: 0;
padding: 0;
         
}
        /* Additional styles for printing */
        @media print {
            
         html, body {
              height:100vh; 
              margin: 0 !important; 
              padding: 0 !important;
              overflow: hidden;
            }

            .image-container {
                margin: 0;
            }
             table {
                display: none;
            }
            footer {
                display: none;
            }
            .show-for-print-only {
                display: block !important;
            
            }
        }


li {
margin: 10;
 list-style-type: "👉";
}

