.offline-container {
  width: auto;
  height: 100vh;
  
  margin: auto;
  align-items: center;
  text-align: center;
  
  display: flex;
}

.offline {
  font-family: Arialnb;
  text-transform: lowercase;
  font-size:16px; /* 12 */
  color: #FAFF1A;
  
  align-items: center;
  text-align: center;
  
  margin: auto;
  padding-left: 6%;
  padding-right: 6%;
  
  color: #FAFF1A;
  text-shadow: 0 0 7px #FAFF1A,
      0 0 10px #FAFF1A,
      0 0 21px #FAFF1A,
      0 0 42px #FAFF1A,
      0 0 82px #FAFF1A,
      0 0 92px #FAFF1A,
      0 0 102px #FAFF1A,
      0 0 151px #FAFF1A;
}
