body {
	background-color: beige; 
	padding: 3vh 5vh 15vh 5vh; 
	text-align: center;
}

.box {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 480px;
	padding: 10px;
}

h1 {
	font-weight: bold;
	font-size: 3em;
    font-family: 'Handlee', cursive;
}
