*{
	margin:0;
	padding:0;
}

html, body{
	height:100%;
}

body{
	background:url(hadapan.jpeg) no-repeat center center;
	background-size:cover;
	display: flex;
	flex-direction:column;
	justify-content:center;
	
}

.container{
	max-width:600px;
	margin: 0 auto;
	text-align:center;
    border: 1px solid beige;
    background-color: beige;
}

h3{
	color:#FFF033;
	font: 900 96px 'Pacifico', cursive;
	text-shadow: 0px 2px 4px rgba(0,0,0,6);
	margin-bottom:24px;
}

.btn{
	background: linear-gradient(to right, rgba(242,246,248,1) 0%, rgba(216,225,231,0.87) 50%, rgba(181,198,208,0.87) 51%, rgba(224,239,249,0.74) 100%);
	border-radius:4px;
	padding: 20px 48px;
	color:#003;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow:0px 2px 4px rgba(0,0,0,3);
}

.btn:hover{
	box-shadow: 0px 2px 4px rgba(0,0,0,6);
}