@import url('https://fonts.googleapis.com/css?family=Bungee+Inline');

body{
	background-color: #882222;
}
header{
	margin-top: 2em;
	margin-bottom: 2em;
	width: 80%;
	margin-left: 10%;
}

img{
	border-radius: 25px;
}

h1.title{
font-family: 'Bungee Inline', cursive;
font-weight: 100;
text-align: center;
margin: 0;
font-size: 2em;
color: rgb(139, 252, 8);
}

div.box1{
	position: absolute;
	left: 50%;
	transform:translate(-50%);
	margin-bottom: 2em;
}

div.box2{
	position: absolute;
	top:95%;
	left:50%;
	transform:translate(-50%);
}

#Layer_1{
	position: absolute;
	top:160%;
	width: 45%;
	left:50%;
	transform:translate(-50%);
	margin-top: 2em;
}