body {
  color: white;
}
.col-4 img, img.preview {
  border-radius: 1rem;
  box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
  cursor: pointer;
}
.flash {
  width: 100%;
  background-color: #222225;
  color: #ff4949;
  border-color: grey;
  border-style: solid;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 10px;
}
.flash-close {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
}
.glass-text {
  background-color: #212529;
  color: white;
  letter-spacing: 0.3em;
  mix-blend-mode: multiply;
  border-radius: 0;
  display: inline;
  padding: 2px 8px;
}
.lk-glow {
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 18px 8px orange;
  border-radius: 20px;
}
