body {
	background-color:black;
	/* background: url(http://unblast.com/wp-content/uploads/2018/10/Sky-Stars-Pattern.jpg);*/
	 
	 background-repeat: repeat;
	margin: 1px;
	}

.headlogo {
	/*background-color: black;*/
	}

.bar1{
	background-color: red;
	display: flex;
	flex-direction: auto;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
}


.menubar{
	font-family: "Roboto Mono", serif;
	border-style:solid;
	border-radius: 5px;
	border-color: black;
	border-width: 2px;
	padding: 5px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	font-stretch: expanded;
	text-decoration: none;



}

.opt:hover {
	color: yellow;
  	font-size: 22px;	
 	text-decoration: none;
}

.opt{
	text-decoration: none;
	color: white;
}

p{
	color: orange;
	text-align: left;
}

table,td,th{
	border:1px solid black;

}
td{
	color:white;
	font-size: 16px;
	padding: 3px;
	text-align: center;
	line-height: 250%;
	letter-spacing: 1px;
}

.judul{
	color: white;
	background: rgb(2,0,36);
	background : linear-gradient(to bottom, red,pink,red);

	/*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,0,211,0.7763305151162028) 72%, rgba(232,9,9,1) 100%); 
*/
}

.finalprice {
	border color: black;
	background-color: white;
	color: black;
	font-size:20px;
	letter-spacing: 2px;
	font-weight: bolder;
	padding: 0;
}

.judulteks{
	text-decoration: none;
	color:white;
}

.judulhistoris {
	color: white;
}


/*
table {
	border-width: 1px;
	border-radius: 10px;
	width: 100%;
	border-spacing: 0;
	padding: 10;

}

th{
	text-align: center;
}
.judulkel2, .judulkel3 {
	color: black;
}*/