body{
	background-color: black;
}
body ul{

	font-family: monospace;	
	font-size: 13px;
	
	

}

#txt{
		color: #0000FF;
	height: 200px;
	width: 310px;
	float: left;
	margin-top: 80px;
	margin-left: 20px;
	font-size: 14px;
	position: fixed;
}

	#txt2{
			color:#00FF00;
	width: 250px;
	margin-left: 310px;
	margin-top: 20px;
	font-size: 14px;
	position: fixed;
	
}

#txt3{
			color:#FF0000;
	width: 250px;
	margin-left: 210px;
	margin-top: 320px;
	font-size: 14px;
	position: fixed;

}

#txt2 ul{
	border: 1px ridge #00FF00;
	list-style: none;
}

#txt3 ul{
	border: 1px ridge #FF0000;
	border-radius: 40%;
	list-style: none;
}

#txt4{
			color:yellow;
	margin-left: 130px;
	margin-top: 500px;
	font-size: 14px;
	position: fixed;
	text-decoration: line-through;
	font-family: monospace;	

}


footer{
	bottom: 0;
	left: 0;
	right: 0;
	position:absolute;
	height: 40px;
    width: 100%;
    line-height: 40px;
}
footer img{
		margin-left: 30px;
	  display: inline-block;
	  bottom: 0;
	
}

canvas {
  position: absolute;
  top: 50%;
  margin-top: -245px;
  left: 50%;
  margin-left: -250px;
}