#Top {
  padding:"2000px";
  height: 100%; 
  width: 150px;
}
#menu{
  margin: auto;
  height: 100%; 
  width: 400px;
}
h2{
  color: green;
  font-family: 'Dancing Script', cursive;
}
#End{
  font-style: italic;
  font-size: 70%;
}
#tl{
	height: 10px;
  background-color:lightgreen;
}
#tlm{
  height: 10px;
  background-color:lightgrey;
  width:50%;
}