body {
  background: #1a1a1a;
  margin: 0px;
  font-size: 20px; 
  background-image: url("/static/images/background.webp");
  background-size: fit;
  /*filter: blur(5px) saturate(0.7);*/
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;         /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */
}
#box {
  width: 100%;
  height: 100%;
  box-shadow: 0px 20px 2px rgb(0 0 0 / 90%);
}
#details {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 15px;
  z-index: 59;
  font-family: cp7;
  font-size: 28px;
  text-align: right;
  color: #ffffff;
}
#scroll {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 5%;
  z-index: 59;
  font-family: cp7;
  text-align: right;
  color: #712cf9;
  text-transform: uppercase;
  transition: opacity 0.5s;
}
.header {
  padding: 12px 14px;
  background: #1a1a1a;
  text-transform: uppercase;
  text-emphasis: bold;
  font-family: cp7;
  font-size: 48px;
  color: #712cf9;
  z-index: 99;
  box-shadow: 0px 20px 2px rgb(26 26 26 / 60%);
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 50px;
}
.content {
  padding: 16px;
  font-family: cp7;
  font-size: 38px;
  text-transform: uppercase;
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
}
.content #title {
  padding: 1em;
}