body {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100vh;
  backdrop-filter: blur(5px);
}

#search-box-container {
  margin-top: 300px;
}
.hide {
  display: none;
}

nav {
  background-color: #212227;
  display: flex;
  justify-content: center;
}

#title img {
  font-size: 35px;
  color: #B9FBC0;
  width: 550px;
  
}

#search-button {
  background-color: #212227;
}

path {
  color: #B9FBC0;
}