h1 {
  color: #D3A8FF;
  text-align: center;
}
body {
  background-image: url("IMG_2891.webp");
  background-attachment: fixed;
}
.thingy {
display: grid;
  grid: 35px / 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2px;
  background-color: black;
  padding: 2px;
  align-content: center;
  text-align: center;
}
.thingy_border {
  border: 3px solid white;
  padding: 0em;
  margin-bottom: 25px;
  display: grid;
}
.art_box {
  background-color: black;
  color: white;
  width: 1175px;
  grid: 645px / 1fr 1fr;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.art_border {
  border: 3px solid white;
  padding: 1em;
  margin-bottom: 25px;
  width: 1175px;
  margin: 0 auto;
}
img {
  max-width: 75%;
  display: block;
}
h2 {
  background-color: black;
  color: white;
  width: 1175px;
}