* {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
body { background-image: url("https://images.squidge.org/images/2025/08/16/envelope-tableturf-cleantile.png")}

#wrapper {
    max-width: 500px;
    position: absolute;
    left: 0; 
    right: 0;
    top: 72px;
    margin-inline: auto; 
    width: fit-content;
}
.gallery {
    display: flexbox;
    float: left;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
img {
    border: 27px solid;
    border-color: black;
    width: 100%;
    max-width: 620px;
}

button {
    background-color: white;
    font-size: larger;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 5px;
    box-shadow: none;
}

button:active {
    background-color: black;
    color: white;
    box-shadow: none;
    transform: translateY(4px);
}

figure {
    background-color: black;
    max-width: 620px;
}

figcaption {
    color: white;
    padding: 10px;
    text-align: justify;
    max-width: 620px;
}