body {
	background-color:#634133;
}
h1 {
	color: white;
	z-index: 1;
	text-align: center;
}
h2 {
	color: white;
	z-index: 1;
	text-align: center;

}
p {
	color:white;
	z-index: 1;
	text-align: center;
}
button {
	
}
.bottom-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width:200px;
	height:200px;
	background: url("assets/leaves.gif") bottom left;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
}
