
html {
  background-color: #36353d;
  color: #6cba72;
  font-family: "Electrolize", sans-serif;
  line-height: 1;
  padding-top: 50px;
}

body{
  transition: background-color 1.5s ease;
}

.neon {
  font-family: "Electrolize", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;

  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #6cba72, 0 0 30px #49ff18, 0 0 40px #49ff18, 0 0 55px #49ff18, 0 0 75px #49ff18;
}


#header{
  background-color:  #282a2d;
  vertical-align: middle;
  padding: 20px 20px;
  border-radius: 9px;
  border: 1px dotted #3d3b3b;
  text-align: center;

  font-size: 24px;
  width: 400px;
  margin: 0 auto;
}

#header .title{
  font-size: 72px;
}

#header h5{
  font-size: 24px;
  padding-bottom: 6px;
  margin: 17px 0 0 0;
  padding-bottom: 6px;
}
