.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    margin: 10px;
}

h1 {
    color: black;
    font-family: Courier New;
    text-align: center;
}