#h1{text-align: center;
margin-top: 190px;
font-size: 55px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: rgb(63, 47, 42);}

body{background-color: rgb(244, 237, 227);}
.search-bar {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

#search-input {
    width: 60%;
    height: 75 px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#search-button {
    width: 100px;
    height: auto;
    background-color: #4cac4f;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
}

#search-button:hover {
    background-color: #3e8e41;
}
