body {
  background-image: url('https://new-generation-of-chat.eu/images/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #000;
}
.hero_area,
.about_section,
.info_section,
.footer_section,
.slider_section {
  background-color: transparent !important;
}
body {
  color: white;
}
h1, h2, h3, h4, h5, h6 {
  color: #00ff88;
}
a {
  color: #00ddff;
}
