body {
	background-image: url(img/angka.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: book antiqua;
}

h1 {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
	color: gold; 
}

blockquote {
	text-align: justify;
}

	.container {
		width: 750px;
		margin: auto;
		padding: 20px;
		position: relative;
	}

	.petunjuk {
		left : 283px;
		top: 260px;
		width: 750px;
		font-size: 20px;
		border: 5px dashed grey;
		text-align: left;
		z-index: 2;
		margin: auto;
		padding: 20px;
		position: absolute;
		background-color: lightblue;
		color: darkblue;
		border-radius: 20px;
		display: none;
	}

		.petunjuk span {
			font-size: 20px;
			color: darkblue;
			position: absolute;
			left: 767px;
			top: 3px;
			cursor: pointer;
		}

	.cara-bermain {
		text-align: center;
		width: 20px;
		padding: 6px;
		left: 707px;
		top: 1px;
		margin: auto;
		position: absolute;
		cursor: pointer;
		color: darkblue;
		background-color: lightblue;
		border-radius: 50%;
	}

	.area-computer {
		width: 750px;
		height: 200px;
		margin: 5px auto;
		background-color: maroon;
		position: relative;
		padding-top: 40px;
		box-sizing: border-box;
		border-radius: 50% 50% 20px 20px;
		border: 5px double azure;
	}

	.skor-computer {
		width: 50px;
		height: 50px;
		border: 5px solid grey;
		position: absolute;
		left: 75%;
		margin-left: -75%;
		top: 88%;
		margin-top: -30px;
		background-color: white;
		border-radius: 30px;
		z-index: 1;
		text-align: center;
		line-height: 60px;
		color: cyan;
		font-size: 25px;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	}

	.area-player {
		width: 750px;
		height: 350px;
		margin: 5px auto;
		background-color: darkblue;
		position: relative;
		padding-top: 40px;
		box-sizing: border-box;
		border-radius: 20px 20px 20px 20px;
		border: 5px double azure;
	}

	.skor-player {
		width: 50px;
		height: 50px;
		border: 5px solid grey;
		position: absolute;
		left: 164.5%;
		margin-left: -75%;
		top: 12%;
		margin-top: -30px;
		background-color: white;
		border-radius: 30px;
		z-index: 1;
		text-align: center;
		line-height: 60px;
		color: cyan;
		font-size: 25px;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	}

	.hasil {
		width: 500px;
		height: 60px;
		border: 5px double grey;
		position: absolute;
		left: 93.25%;
		margin-left: -75%;
		top: 35%;
		margin-top: -30px;
		background-color: white;
		border-radius: 30px;
		z-index: 1;
		text-align: center;
		line-height: 60px;
		color: darkblue;
		font-size: 25px;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	}

	.hasil-menang {
		left : -15px;
		top: 20px;
		width: 750px;
		border: 5px double grey;
		text-align: center;
		font-size: 25px;
		z-index: 2;
		margin: auto;
		padding: 10px;
		position: absolute;
		background-color: white;
		color: maroon;
		border-radius: 20px;
		display: none;
	}

		.hasil-menang blockquote {
			font-size: 50px;
			text-align: center;
		}

		.hasil-menang a {
			width: 250px;
			height:60px;
			position: absolute;
			left: 109%;
			margin-left: -75%;
			top: 71%;
			margin-top: -30px;
			background-color: darkblue;
			border-radius: 30px;
			z-index: 1;
			text-align: center;
			line-height: 60px;
			color: lightblue;
			font-size: 25px;
			text-shadow: 1px 1px 1px rgba(0,0,0,.3);
			cursor: pointer;
			text-decoration: none;
		}

	.hasil-kalah {
		left : -15px;
		top: 20px;
		width: 750px;
		border: 5px double grey;
		text-align: center;
		font-size: 25px;
		z-index: 2;
		margin: auto;
		padding: 10px;
		position: absolute;
		background-color: lightblue;
		color: darkblue;
		border-radius: 20px;
		display: none;
	}

		.hasil-kalah blockquote {
			font-size: 50px;
			text-align: center;
		}

		.hasil-kalah a {
			width: 250px;
			height:60px;
			position: absolute;
			left: 109%;
			margin-left: -75%;
			top: 71%;
			margin-top: -30px;
			background-color: maroon;
			border-radius: 30px;
			z-index: 1;
			text-align: center;
			line-height: 60px;
			color: white;
			font-size: 25px;
			text-shadow: 1px 1px 1px rgba(0,0,0,.3);
			cursor: pointer;
			text-decoration: none;
		}

	.nyawa {
		width: 250px;
		height: 60px;
		position: absolute;
		left: 109%;
		margin-left: -75%;
		top: 82%;
		margin-top: -30px;
		background-color: lightblue;
		border-radius: 30px ;
		z-index: 1;
		text-align: center;
		line-height: 60px;
		color: darkblue;
		font-size: 25px;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	}

ul {
	padding-top: 80px;
	padding-left: 25px
}

li {
	display: inline-block;
	margin: 0 18px;
}

img {
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	border-radius: 25%;
}

	.img-computer {
		left: 5px;
	}

	#nol, #satu, #dua, #tiga, #empat, #lima, #enam, #tujuh, #delapan, #sembilan {
		position: relative;
		top: -100px;
		left: 5px;
		cursor: pointer;
	}

	#nol:hover, #satu:hover, #dua:hover, #tiga:hover, #empat:hover, #lima:hover, #enam:hover, #tujuh:hover, #delapan:hover, #sembilan:hover, .mulai-game:hover .active {
		filter: drop-shadow(0 0 33px cyan);
	}

	#nol:active, #satu:active, #dua:active, #tiga:active, #empat:active, #lima:active, #enam:active, #tujuh:active, #delapan:active, #sembilan:active, .mulai-game:active {
		bottom: 2px;
		filter: opacity(.7);
	}