html, body {
  height: 100%;
}
body {
  background: transparent;
  margin: 0;
  text-align: center;
  font-family: var(--font-base);
  font-size: var(--text-sm);
  color: #ffffff;
  overflow: hidden;
}
.webring-scroll {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.webring-block {
  margin-bottom: var(--space-5);
  position: relative;
}
.webring-block:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
  margin-bottom: var(--space-3);
}
.gummy-row {
  display: flex;
  justify-content: center;
  gap: var(--space-2);
  align-items: center;
}
.gummy-main {
  margin: 0 var(--space-1);
}
.widget-center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin: 0 auto var(--space-4) auto;
  padding-top: 0;
  position: relative;
  z-index: 20;
}
.webring-wimse {
  margin-top: 70px;
}
#we_bring {
  max-width: 100%;
  margin-top: 0 !important;
  transform: none !important;
  display: block;
  position: relative;
  z-index: 20;
}
#we_bring > table,
#we_bring > div,
#we_bring > img,
#we_bring canvas {
  margin-top: 0 !important;
  transform: none !important;
}
#mbr,
#mbr a,
#mbr span,
#mbr div,
#mbr button {
  font-family: 'Courier New', Courier, monospace !important;
  color: #ffffff !important;
}
