body { font-family: 'VT323', monospace; background-color: #000000; color: white;}.gallery { display: flex; flex-wrap: wrap; justify-content: center; }.image-container { margin: 5px; border: 1px solid #7d7b7b; padding: 5px; background-color: #000000; width: 120px; cursor: pointer; transition: transform 0.3s ease; }.image-container:hover { transform: scale(1.1); }.image-container img { display: block; margin: auto; width: 100px; height: auto; }.caption { text-align: center;} .gallery { display: none; }