body {
    font-family: sans-serif;
  }
  
  h1 {
    text-align: center;
  }
  
  #search-bar {
    padding: 10px;
    border: 1px solid #ccc;
    width: 300px;
    margin: 10px auto;
  }
  
  button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    margin-left: 10px;
  }
  
  #results {
    list-style: none;
    padding: 0;
  }  

  #comment {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 130px;
    width: 250px;
    background-color: grey;
    color: white;
    border-radius: 10px;
  }