* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: white;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(background.webp);
}

.search-con {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
}

#search-bar {
  color: white;
  width: 432px;
  outline: none;
  border: none;
  border-radius: 0;
  caret-color: #ccc;
  background: transparent;
  border-bottom: 1px solid #ccc;
}
