body {
  background-image: url("IMG_2891.webp");
  background-attachment: fixed;
}
h1 {
  color: #D3A8FF;
  text-align: center;
}
.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;
}
img {
  align-content: center;
   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  margin-bottom: 50px;
  margin-top: 50px;
}