.container {
  position: relative;
  width: 50%;
}

.container img {
	width="930";
	 height="753";
}

.container .btnMatchStat {
	position: absolute;
	top: 99px;
	left: 450px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: Gray;
	color: white;
	font-size: 24px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 200px;
	height: 45px;
}

.container .btnMatchStat:hover {
  background-color: black;
}

.container .btnMatchScore {
	position: absolute;
	top: 147px;
	left: 450px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: Gray;
	color: white;
	font-size: 24px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 200px;
	height: 45px;
}

.container .btnMatchScore:hover {
  background-color: black;
}

.container .btnScoreSheet {
	position: absolute;
	top: 195px;
	left: 450px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: Gray;
	color: white;
	font-size: 24px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 200px;
	height: 45px;
}

.container .btnScoreSheet:hover {
  background-color: black;
}

.container .btnNextMatch {
	position: absolute;
	top: 385px;
	left: 450px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: Gray;
	color: white;
	font-size: 24px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 200px;
	height: 45px;
}

.container .btnNextMatch:hover {
  background-color: black;
}

.container .btnScoreViewer {
	position: absolute;
	top: 541px;
	left: 450px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: Gray;
	color: white;
	font-size: 24px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 200px;
	height: 45px;
}

.container .btnScoreViewer:hover {
  background-color: black;
}

.container .btnForfeitplayer1 {
	position: absolute;
	top: 588px;
	left: 170px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: Gray;
	color: white;
	font-size: 24px;
	padding: 5px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 305px;
	height: 35px;
}

.container .btnForfeitplayer1:hover {
  background-color: green;
}

.container .btnForfeitplayer2 {
	position: absolute;
	top: 588px;
	left: 747px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: Gray;
	color: white;
	font-size: 24px;
	padding: 5px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 305px;
	height: 35px;
}

.container .btnForfeitplayer2:hover {
  background-color: green;
}

.container .btnInnings {
	position: absolute;
	top: 642px;
	left: 450px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: Gray;
	color: white;
	font-size: 24px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 200px;
	height: 56px;
}

.container .btnInnings:hover {
  background-color: green;
}

.container .btnResetRack {
	position: absolute;
	top: 709px;
	left: 450px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: Gray;
	color: white;
	font-size: 24px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 200px;
	height: 56px;
}

.container .btnResetRack:hover {
  background-color: green;
}
