
body {
    font-family: Arial, sans-serif;
  }
  h1 {
    text-align: center;
  }
  form {
    text-align: center;
    margin-bottom: 20px;
  }
  section {
    text-align: center;
  }

ul {
    list-style-type: none;
    padding: 0;
  }

li {
    margin-bottom: 5px;
    cursor: pointer;
  }
  li:hover {
    text-decoration: underline;
  }
  #current-image-container{
    padding: 20px 10px;
    background-color: black;
    color: white;
    width: fit-content; 
    margin: 0 auto;
  }
  #current-image-container h4{
    font-size: 25px;
  }

  #current-image-container img{
    width: 500px;
    height: 300px;
  }

  #current-image-container p{
    width: 600px;
  }

  #history{
    text-align: center;
    margin:20px 0;
  }

#search-history{
    color: blue;
    text-decoration: underline;
}