

.loader_bg{
	position:fixed;
	z-index: 999999;
  background:#202A32;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.ml13 {
    font-size: 1.9em;
    letter-spacing: 0.5em;
    font-weight: 600;
    text-align: center;
    margin-top:30%;
    color: #fff;
  }
  
.ml13 .letter {
    display: inline-block;
    line-height: 1em;
    color: #fefefe;
  }

@media screen and (max-width: 550px){
  .ml13{
    font-size: 1.1em !important;
    margin-top: 80%;
  }
}