body {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}

.side-gif {
  display: flex;
  align-items: center;
}

.left-gif,
.right-gif {
  margin: 0 1cm;
}

.side-gif img {
  width: 4cm;
  height: auto;
  display: block;
}

.main-content {
  display: inline-block;
  text-align: center;
  z-index: 2;
}

ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding-left: 20px;
  background: transparent;
  color: #fff;
}

a {
  color: #4ec9f5;
}

img {
  display: block;
  margin: 0 auto;
}

/* Horizontal image bar, 4 images same size */
.image-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* space between images */
  margin-top: 24px;
}

.image-bar img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
}