#navbar>ul {
    display: flex;
    justify-content: space-between;
    border: 1px solid;
    background-color: khaki;
    padding-right: 3%;
    /* border-radius: 3%; */
    margin: auto;
}

#navbar form {
    margin-top: 7%;
}

#navbar button {
    background-color: green;
    color: white;
    font-weight: 700;
}

#navbar a {
    text-decoration: none;
}

#search_display {
    width: 11%;
    max-height: 300px;
    height: fit-content;
    border: 1px solid;
    position: fixed;
    z-index: 10;
    background-color: white;
    display: none;
    overflow: scroll;
}

#display {
    width: 70%;
    padding: 5%;
    justify-content: center;
}
