h1, h2, h3 {
    color: black; /* Corrected color */
    text-decoration-color: whitesmoke;
}

li {
    list-style: none;
    font-size: 20px;
    width: 150px;
    background-color: whitesmoke;
}

input[type="text"], input[type="datetime-local"], input[type="number"] {
    margin-bottom: 10px;
    padding: 8px;
    font-family: Calibri;
}

a {
    font-family: Calibri;
}

input[type="submit"] {
    color: lightgrey;
}

input[type="submit"]:hover {
    background-color: whitesmoke;
}

a[href='?lisa=jah'] { /* Corrected selector */
    color: black;
}

.highlight-box {
    background-color: azure;
}

div {
    padding: 10px;
    border-color: black;
}

.autoId {
    float: right;
}
