body {
  background-color: lightblue;
}

#wrapper {
  width: 500px;
  margin: auto;
  padding: 50px;
  background-color: white;
  height: 100%;
}

h1 {
  text-align: center;
}

#searchbar {
  width: 100%;
  font-size: 20px;
}

.entry {
  width: 500px;
  font-size: 20px;
  border-left: 1px black solid;
  margin: 10px 0px;
  padding-left: 10px;
}

.entry a, .entry span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#search-topbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
