/* -- custom css for file index.html -- */

/* -- title -- */
#title-o-1008 {
	left: 0px;
}

body {
  background: #202020;
}

.button {
  background: #2B2D2F;
  height: 40px;
  width: 200px;
  text-align: center;
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 4px;
}

.text {
  font: bold 1.25rem/1 poppins;
  color: #ADADAD;
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  left: 0;
  right: 0;
}

.progress-bar {
  position: absolute;
  height: 10px;
  width: 0;
  right: 0;
  top: 20px;
  left: 50%;
  border-radius: 200px;
  transform: translateY(-50%) translateX(-50%);
  background: lighten(#2B2D2F, 15%);
}
