.spin-bg {
  background-image: url("https://cdn.dcrypto.com/kp/cares/spin-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg {
  background-color: rgb(0, 0, 0);
  background-image: url(https://dt-cdn.net/images/clouds-1920-9beca8666f.png);
  background-size: cover;
}

.btn-primary {
  width: 200px;
  color: #fff;
  background-image: linear-gradient(120deg,#2583ee 25%,#712f90 75%);
  background-color: transparent;
  background-size: 200% 100%;
  background-position: 50%;
  transition: background-position .1s ease-out;
  margin-bottom: 1rem;
  border-color: transparent;
}


.btn:hover {
  background-color: #ffc539!important;
  border-color: #ffc539!;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255, 0);
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

.bernina-light {
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.bernina-regular {
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.prize {
  height: 85px;
  border-radius: 5px;
}

hr {
  display: block;
  height: 1px;
  background: linear-gradient(90deg,#2583ee,#712f90);
  border: 0;

  position: relative;
}

.plyr {
  height: 285px;
  border: 5px solid #6f2da8;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}


