@import url(https://fonts.googleapis.com/css?family=Raleway:400,,800,900);
html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #0a0a0f;
  color: #eaeaea;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100%;
}

.container {
  overflow: visible;
}

.title {
  font-weight: 800;
  color: transparent;
  font-size: 120px;
  background: url("../img/space.jpg") repeat;
  background-repeat: repeat;
  background-position: 40% 50%;
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
  text-align: center;
  line-height: 90px;
  letter-spacing: -8px;
  overflow: visible;
  background-size: 1000px auto;
  -webkit-text-stroke: 1px #a955f7;
  /* Contour noir */
}

.subtitle {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}

.text-neon {
  color: #a955f7;
  text-shadow: 0 0 5px #a955f7, 0 0 10px #7c3aed;
}

.btn-outline-neon {
  color: #a955f7;
  border-color: #bf80f9;
  transition: all 0.3s;
  box-shadow: 0 0 5px #a955f7, 0 0 10px #7c3aed;
}

.btn-outline-neon:hover {
  background-color: #a955f7;
  color: #0a0a0f;
  box-shadow: 0 0 5px #a955f7, 0 0 100px #7c3aed;
}/*# sourceMappingURL=style.css.map */