html, body{
	height: 100%;

	display: flex;
	/*align-items: center;*/
	/*justify-content: center;*/
	/*color: #00BFFF;*/
	background-image: url('bpkpjateng.png');
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
   /* padding: 10px;*/

}

