Startup
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #555;
	justify-content: center;
	align-items: center;
	// font-weight: bold;
	
	/*font-size: 80px;
	font-family: Poppins;
	color: #fff;*/
	
	.logo, VideoPanel {
		// width: 1280px;
		// height: 720px;
		width: 100%;
		height: 100%;
		flex-grow: 1;
		flex-shrink: 0;
		// border: 1px solid red;
		/*background-color: black;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("/ui/logo.webm");*/
	}
	
}