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-box iframe {
  width: 280px;
  height: 340px;
  border: 0;
  border-radius: 12px;
  max-width: calc(100vw - 32px);
  max-height: calc(100svh - 80px);
}