.main-bg {
  background-image: url("https://cdn.dcrypto.com/clumio/salesmeeting/main-bg-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


a:hover {
text-decoration: none;
}


.btn {
  width: 200px;
  font-weight: bold;
  background: #ffc539!important;
  /* color: black!important; */
  color: rgba(0,0,0,.7);
  height: 60px;
}


.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);
}

.noto-san-regular {
  font-family: noto-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}


.noto-san-light {
  font-family: noto-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}

.noto-san-bold {
  font-family: noto-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}



html {
  font-family: noto-sans, sans-serif;

}


video {
   max-width: 100%;
}

.output {
  margin: 0 auto;
  padding: 0em; 
}

.colors {
  padding: 2em;
  color: #fff;
  display: none;
}

li {color: #ffc539; }
li > span {color: black;}




