*
{
    margin: 0;
    padding: 0;

}

h1{
    text-align: center;
    padding: 10px;
}

.display_images{
    width: 98%;
    margin: 35px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-gap:30px;
}
.display_images img
{
    width: 100%;
    border-radius: 5px;
    height: 240px;
    cursor: pointer;
    object-fit: cover;
}
figcaption
{
    font-weight: bold;
    font-size: 15px;
    margin-top: 0.7rem;
}
button{
    background-color: #4CAF50;
    color: white;
    font-size: 1.5rem;
    padding: 10px;
    cursor: pointer;
}
.showmore{
    margin: 0 auto;
  display: block;
}
