#myContainer{
	height: 100dvh;
	width: 100%;
	background: linear-gradient(to bottom, #d67fdd, #a348d4);
	display: flex;
	align-items: center;
	justify-content: center;
}

#logoContainer{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#logoContainer > img{
	width: 100%;
}

#logoContainer > div {
	font-family: "Amatic SC", cursive;
	font-size: 5rem;
	color: white;
}