h1.ml8 {
  font-weight:bold;
  color: #fff;
  width:100%!important;
  height: 3em;
}

.ml8 .letters-container {
  position: relative!important;
  left: 0;
  right: 0;
  margin: auto;
 top: 80px !important;
  text-align:center;
  height: 1em;
  width:100%;
}

.ml8 .letters {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 0.7em;
  
  margin-top: 45px!important;
}

.ml8 .bang {
  font-size: 1.4em;
  top: auto;

}

.ml8 .circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top:0;
 bottom:0;
}

.ml8 .circle-white {
  width: 3em;
  height: 3em;
  border: 2px dotted white;
  border-radius: 2em;
}

.ml8 .circle-dark {
  width: 2.2em;
  height: 2.2em;
  background-color:none;
  color:white;
  border-radius: 3em;
  z-index: 1;
}
.spinner{
position:absolute;
right:0;
left:0;
display:inline-block;
}

