body{
	padding:10px;
}

.kotak{
	max-width: 800px;
	min-height: 700px;
	background-color: #0c4271;
	border-radius: 15px;
}
.tombol {
	font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
	margin: 20px;
	padding: 5px;
	background-color: #99154e;
	font-size: 1.3rem;
	font-stretch: expanded;
	color: white;
	font-weight: bold;
	border-radius: 10px;
}

.judulbesar,h4 {
	color: #ffc93c;
}

p{
	justify-content: left;
	padding: 10px;
	font-weight: bold;
	color: #ffbbcc;


}

.bank{
	display: inline-flex;
}