html, body {
	background-color: #B669FF;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.textdiv {
	height: 80%;
	width: auto;
	text-align: center;
}

.text {
font-family: "Comic Sans MS", cursive, sans-serif;
font-size: 40px;
letter-spacing: 0px;
word-spacing: 0px;
color: #1B00FF;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

.rel {
	position: relative;
}

@keyframes logoanim {
	0% {transform: scale(0.5); opacity: 0.0;}
	80% {opacity: 1.0;}
	100% {transform: scale(1);}
}
.logoanim {
	animation-name: logoanim;
	animation-duration: 3s;
}