/* Custom CSS for black theme */
body {
  color: #fff;
  margin: 0;
  padding: 0;
}

#header {
  padding: 20px;
  text-align: center;
}

#header h1 {
  margin: 0;
  font-size: 24px;
  font-family: "Arial", sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header img {
  width: 20%;
  height: auto;
}

#content {
  text-align: center;
  padding: 20px;
  margin-top: -4%;
}

#content h1 {
  font-size: 24px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  margin-bottom: 20px;
}

#searchbar {
  text-align: center;
  margin: 20px auto;
}

.form__input {
  opacity: 70%;
  font-family: Poppins;
  padding: 25px 20px;
  margin: 10px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #3498db;
  border-radius: 5px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  width: 220px;
}
.form__input:hover {
  transform: scale(1.06);
}
.form__input:placeholder {
  font-family: Poppins;
  color: white;
  opacity:1;
}
.form__input:focus {
  outline: none;
  width: 300px;
}

a {
  text-decoration: none;
  color: white;
  width: 50px;
  height: 50px;
  padding-right: 1px;
  padding-left: 1px;
  text-align: center;
  align-self: center;
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #99ccff;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 15px;
  background-color: #000;
  padding-top: 7.5px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

#footer p {
  margin: 0;
}

.fa {
  font-size: 24px;
  margin-right: 10px;
  color: #fff;
}

.fa:hover {
  color: #aaa;
}
.search-button{
    position: absolute;
    right: 5px; /* Adjust the value as needed */
    bottom:14px;
}
