#GameScreen{
	border: 2px dotted;
}

body{
	/*background-image: url("images/8bit_wallpaper19.jpg");*/
	background-color: black;
	text-align: center;
	color: white;
}

h1{
	color: white;
}
button{
	
	font-size: 30px;
	position: absolute;
	
}
#demo{
	color: white;
	font-size: 50px;
}
#hacks{
	text-align: center;
	font-size: 20px;
	color: white;
}
#hak1{
	text-align: left;
	position: relative;
	background-color: #555555;
	border-radius: 45%;
	color: white;
	font-size: 20px;
}
#hak2{
	text-align: left;
	position: relative;
	background-color: #555555;
	border-radius: 45%;
	color: white;
	font-size: 20px;
}
#hak3{
	text-align: left;
	position: relative;
	background-color: #555555;
	border-radius: 45%;
	color: white;
	font-size: 20px;
}
#hak4{
	text-align: left;
	position: relative;
	background-color: #555555;
	border-radius: 45%;
	color: white;
	font-size: 20px;
}
#hak5{
	text-align: left;
	position: relative;
	background-color: #555555;
	border-radius: 45%;
	color: white;
	font-size: 20px;
}
#hakboi{
	top: 50px;
	left: 100px;
}
#whitebutton {
  margin-top: 0;
  position: relative;
  width: 150px;
  height: 40px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px
}
#text a {
  color: white;
  text-decoration: none;
  font-weight: 100;
  font-size: 1.1em;
}