.progress {
  width: 50%;
  height: 2em;
  border: 3px solid black;
}

.bar {
  background-color: #006486;
  color: white;
  text-align: center;
  line-height: 1.5em;
  
  
  transition-property: width;
  transition-timing-function: linear;
}


.parallax-background {
  /* Create the parallax scrolling effect */
  background-attachment: fixed !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  
}
.neonText {
  color: #fff;
  text-shadow: 
	0 0 1px #000000,
	0 0 2px #000000,
	0 0 3px #000000,
	0 0 4px #000000,
	0 0 5px #000000,
	0 0 10px #000000,
	0 0 20px #000000;
}
.progress.complete .bar {
  width: 0%;
}

button {
  margin-top: 1em;
}


.fa {
  font-size: 50px;
  cursor: pointer;
  user-select: none;
}

.fa:hover {
  color: darkblue;
}

