* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  user-select: none;
}




body {
  line-height: 1;
  font-family: "EB Garamond", serif;
  /* font-family: "Aboreto", system-ui; */
}

h1 {
  font-size: 3.055rem;
  /* color: aliceblue; */
  color: #262c34;
  cursor: pointer;
}

h5 {
  font-size: 1.563rem;
  cursor: pointer;

}

p {
  font-size: 1rem;
  line-height: 1.25;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 21vh;
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
}

section {
  margin-bottom: 20px;
  z-index: 1;
}

.text-secondary {
  color: #4d5969;
}

.insta-gradient-text {

  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.player {
  text-align: center;
}

.play-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 28px;
  text-align: center;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: .5s;
}






@keyframes upscale {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}



.wobble span {
  display: inline-block;
  pointer-events: none;
}


.wobble span.upscale {
  animation: upscale 0.5s 1;
}



.background-video {
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  object-fit: cover;
  filter: blur(15px);
}
.disco{
  background:url(/assets/glitch.gif);
}