.bg-container {
  padding-top: 10% !important;
  text-align: center;
  color: #343434;
}
.main-text {
  font-size: 10vw;
  font-weight: 900;
  letter-spacing: 20px;
  background-position: 800px center;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.particles {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}
.error-back-btn {
  text-decoration: none;
  background: #e55039aa;
  color: #fff;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
  transition: background 0.4s linear;
  z-index: 100;
}
.error-back-btn:hover {
  background: #e55039;
  color: #fff;
}
.containerbg {
  z-index: -1 !important;
}
@media screen and (max-width: 768px) {
  .bg-container {
    padding-top: 25% !important;
  }
}
