@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy&display=swap");

body {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Luckiest Guy", cursive;
	margin: 0px;   padding: 0px;
	background: #141414;
	color:#555555;
}


h1 {
	margin: 0;
	font-size: 6em;
	padding: 0;
	color: white;
	text-shadow: 0 0.1em 20px rgba(0, 0, 0, 1), 0.05em -0.03em 0 rgba(0, 0, 0, 1),
		0.05em 0.005em 0 rgba(0, 0, 0, 1), 0em 0.08em 0 rgba(0, 0, 0, 1),
		0.05em 0.08em 0 rgba(0, 0, 0, 1), 0px -0.03em 0 rgba(0, 0, 0, 1),
		-0.03em -0.03em 0 rgba(0, 0, 0, 1), -0.03em 0.08em 0 rgba(0, 0, 0, 1), -0.03em 0 0 rgba(0, 0, 0, 1);
	span {
		transform: scale(0.9);
		display: inline-block;
	}
	span:first-child {
		animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite
		alternate;
	}
	span:last-child {
		animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
		infinite alternate;
	}
}

@keyframes bop {
	0% {
		transform: scale(0.9);
	}
	50%,
	100% {
		transform: scale(1);
	}
}

@keyframes bopB {
	0% {
		transform: scale(0.9);
	}
	80%,
	100% {
		transform: scale(1) rotateZ(-3deg);
	}
}
	
h3 	{
	font-family: sans-serif;
	color:#555555;
	}
	
h4	{
	font-family: sans-serif;
	color:#555555;
	font-size:16px;
	}


	
.BGS_Logo {
	position: absolute;
	z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	width: 100%;
}

p {
    color: #8e8e8e;
}

a {
    color: #fff;
}

.main {
	position : relative;
	width: 900px;
	height: 520px;
	text-align: center;
    display: flex;
	justify-content: center;
}

canvas#canvasOne {
	position: absolute;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	}

div#BGTitle {
	position: absolute;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding-top: 210px;
}

div#Audio {
	position: absolute;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	left: 0; 
	right: 0;
	bottom: 0;
	text-align:right;
}