body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
    background-color: black;
    color: aliceblue;  
    margin-left: 10%;
    margin-right: 10%;
}

p {
    font-size: 10px;
}

input {
    background-color: black;
    color: aliceblue;  
    font-size: 18px;
    width: 90%;
}

a {
    color: aliceblue;
}

button {
    background-color: black;
    color: aliceblue;  
    font-size: 18px;
}

.bold {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: auto;
    background-color: black;
  }

  #liveSearch, #searchResult {
    padding-top: 5px;
  }