body {
  overflow: hidden;
  background: #111111;
}

.firefly {
  width:4px;
  height:4px;
  position:absolute;
  background-color: #ffffff;
  /* box-shadow:0px 0px 17px 2px wheat; */
  border-radius: 50%;
}

.container {
  /* width: 100%; */
  margin: 0;
  height: 90vh;
  position: relative;
  max-width: 100%;
}

.message {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 33%;
  }

.logo {
  margin: auto;
  max-width: 169px;
  margin-top: 8%;
  }

.gradient-text {
  background: linear-gradient(to right, #26a3f3 , #e74856, #f7b71c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;  
}

h1 {
  text-align: center;
  font-family: Lato;
  font-weight: 500;
  color: white;
}