body {
  background-image: url('../img/View2Vilm.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--bgColor);
}
.card {
  /*background-color: var(--fgColor);*/
  border-radius: 1rem;
  opacity: 0.8;
}
.nojs {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  transform: translate(-50%, -50%);
  color: white;
}
