body{
	padding:10px;
}

.kotak{
	max-width: 800px;
	min-height: 700px;
	background-color: #132c33;
	border-radius: 15px;
}
.tombol {
	font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
	margin: 20px;
	padding: 5px;
	background-color: #72147e;
	font-size: 1.3rem;
	font-stretch: expanded;
	color: white;
	font-weight: bold;
	border-radius: 10px;
}

.judulbesar,h4 {
	color: #f7fd04;
}

p{
	justify-content: left;
	padding: 10px;
	font-weight: bold;
	color: #ff79cd;


}

.bank{
	display: inline-flex;
}
.bank1{
	display: inline-flex;
	border-radius:5px;
	font-size:1.1rem;
	font-strestch:expanded;
	margin:20px;
	padding:5px;
	border: 1px solid white;
   	box-shadow: 0 0 2px #333;
	background-color:black;
	max-width:400px;
	height:150px;
}
