#konten-animasi {
    display: none;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;

  background-image: url('bg.png'); /* ganti dengan nama file gambar */
  background-size: cover; /* ukuran gambar sesuai dengan layar */
  background-position: center; /* posisi gambar di tengah */
  background-attachment: fixed; /* gambar tetap saat scroll */
  background-repeat: no-repeat; /* tidak perlu mengulangi gambar */
}

.inputan{
	display: block;
	margin-bottom: 10px;
	width: 200px;
	border:3px solid #A37602;
	border-radius: 20px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	color: #A37602;

}

input::placeholder { /* Edge 12 -18 */
  color: #A37602;
}

.bg-utama{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
	background:#0000004D;
	display: flex;
}

.bg-kedua{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
	/*background:#0000;*/
	display: flex;
}

.bg-game{
	width: 100%;
	height: 100%;
	min-height: 100vh;

	
}