.wholepage {
 width: 1600px;
 margin: 0 auto;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}


body {
  background-image: url('https://i.postimg.cc/RhcyYf7P/carpet-texture-3628-x-3628-picture-srtvp454q7mqywzx.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
}

#tftb2005 {
  position: fixed;
  margin-top: 1.5625em;
  margin-left: 7.1875em;
}

#anselrockett {
  position: fixed;
  margin-top: 12.5em;
  margin-left: 3.125em;
}

#dinnerwithdj {
  position: fixed;
  margin-top: 21.875em;
  margin-left: 6.25em;
}

#greg92 {
  position: fixed;
  margin-top: 28.125em;
  margin-left: 7.1875em;
}

#bva {
  position: fixed;
  margin-top: 35.9375em;
  margin-left: 4.6875em;
}

.names {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5em;
  align-items: center;
  margin-top: -1.5625em;
  animation: bob 4s ease-in-out infinite;
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-1rem);
  }
}