

#myNav a.nav-link {
    color: black;
    text-transform: uppercase;
    font-weight:bold;
}
#myNav a.nav-link:hover {
    color: red;
    text-decoration: underline;
}

.listStuff {  line-height:2; list-style-type: none; }



pre {
    background-color:black;
    color:white;
    padding:10px;
    max-width: 800px;
    }

    #myInput {
        background-position: 10px 12px;
        background-repeat: no-repeat;
        width: 100%;
        font-size: 16px;
        padding: 12px 20px 12px 40px;
        border: 1px solid #ddd;
        margin-bottom: 12px;
        }
          
        #myUL {
        list-style-type: none;
        padding: 0;
        margin: 0;
        }
        #myUL li a {
        border: 1px solid #ddd;
        margin-top: -1px; /* Prevent double borders */
        background-color: #f6f6f6;
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        color: black;
        display: block;
        }
        #myUL li a:hover:not(.header) {
        background-color: #eee;
        }

  