body{
	background-color:#111;
  color:white;
  
}
#demo{
  position:relative;
  width:800px;
  height:300px;
  background-color:#000;
  margin:auto;
  overflow:hidden;
}

#demo h3 {
  position:absolute;
  font-family: 'Asap', sans-serif;
  font-weight:700;
  margin:0;
  padding:0;
  width:800px;
  text-align:center;
  visibility:hidden;
  font-size:120px;
  top:65px;
  will-change: transform;
}
h2 {
  color:#9af600;
  margin-left:24px;
  margin-bottom:0px;
}
li {
  font-family: 'Asap', sans-serif;
  color:#999;
  margin-bottom:10px;
}