﻿/*
	Name: S M Asif Ferdous
    Student Id: 300998078
 	Date:July 29, 2018 
*/

#contain {
	background-color: #999966;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#imageBack {
 background-image:url("backImage.jpg");
	height: 500px;
	width: 980px;
	background-repeat: repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}


.url {cursor: url(target.cur),auto;}
	

h2{
	padding: 5px;
	text-align: center;
	margin-bottom: auto;
	margin-top: 0px;
	font-weight: bold;
	font-style: normal;
	text-decoration: blink;
	font-size: 30px;
	
}
#bug {
  left: 0%;
  top: 19%;
  position:relative;

}
button{
	padding:5px;
	text-align:center;
	font-size: 15px;
	margin-top:5px;
	margin-right:10px;
	margin-left:10px;
	position:relative;

}
button:hover{
	background-color: #346550;
}
#scoreband{
	font-size: 20px;
	color: #000000;
}
#score{
	padding:10px;
	margin-left:200px;
	font-size: 20px;
}
footer {
	margin-top: 0px;
	text-align: center;
	box-shadow: 6px #808000;
	padding: 5px;
	font-weight: 500;
	font-size: medium;
	font-family: Verdana;
}

