body {
  background-image:url("image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Arial, sans-serif;
}
#container {
  font-family: Arial, sans-serif;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid transparent;
  border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}
h1,h2{
    margin-bottom: 20px;
    text-align: left;
    font: size 30px;
    line-height: 1.2px;
}
#search-input {
  width: 80%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

form{
  padding: 30px ;
  display: flex;
  border-radius: 10px;
}
button {
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 10px;
}
.examples{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.685);
    margin-top: -20px;
    margin-bottom: 20px;
}
footer {
  margin-top: 20px;
  font-size: 13px;
  color: #666;
  text-align: center;
  font-style: italic;
}
a {
  color: #007BFF;
  text-decoration: none;
}