body {
  background-color: rgba(198, 215, 255, 0.4) !important;
  min-height: 100dvh;
}

.content__video {
  width: 100%;
  height: auto;
}

.noAuth {
  border-radius: 12px;
  background-color: #fff;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2509803922));
}

.main-link {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
  transition: all 0.5s ease;
}
.main-link img {
  border-radius: 20px;
}

/*# sourceMappingURL=video.css.map */
