body {
    background-color: aliceblue;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.center-container {
    padding: 50px;
}

#gift-idea-input {
    width: 100%;
    padding:10px;
    margin-bottom: 0;
}

#gift-idea-input:focus {
    outline: none;
}

#autocompletion-results {
    margin-top: 0;
    /* background-color:beige; */
}
#autocompletion-results ul {
    margin-top: 0;
    list-style-type: none;
    padding: 0;
}

#autocompletion-results li {
    list-style-type: none;

    padding: 10px;
}

#autocompletion-results li:hover {
    background-color: antiquewhite;
    cursor: pointer;
}