body {
  margin: 0;
  background: #111 url("/assets/jeff.png") center / cover no-repeat fixed;
  color: #fff;
}

.views-box .box-label {
  font-size: 1.25rem;
}

.box-label {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.views-box {
  position: fixed;
  left: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.view-counter {
  width: 220px;
  height: 82px;
  display: grid;
  place-items: center;
  background: url("/assets/view/bg.png") center / contain no-repeat;
  color: #000;
  font-family: "Baskervville SC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  user-select: none;
}

.discord-box {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.discord-frame {
  position: relative;
  z-index: 1;
  width: 280px;
  height: 340px;
  max-width: calc(100vw - 32px);
  max-height: calc(100svh - 80px);
}

.caught {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 280px;
  height: 340px;
  max-width: calc(100vw - 32px);
  max-height: calc(100svh - 80px);
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  font-family: "Baskervville SC", serif;
  font-size: 1.5rem;
  pointer-events: none;
  visibility: hidden;
}

.caught.show {
  visibility: visible;
}

.discord-frame iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  background: #1e1f22;
}

.discord-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1e1f22;
  border-radius: 12px;
  overflow: hidden;
}

.discord-bg iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}


.caught {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 280px;
  height: 340px;
  max-width: calc(100vw - 32px);
  max-height: calc(100svh - 80px);
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  font-family: "Baskervville SC", serif;
  font-size: 1.5rem;
  pointer-events: none;
}

.caught.show {
  visibility: visible;
}