body {
	background-color: black;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image: url("/images/movestarbackground.gif");
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
}

.logo-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: 100vh;
}

.construction {
	display: felx;
	justify-content: center;
  	align-items: center;
}

.logo {
	width: 260px;
}

.m {
	width: 150px;
}

.l {
	height: 50px;

	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	padding-bottom: 12px;

}

.r {
	height: 50px;
	padding-bottom: 12px;
}

.blinkie {
	height: 1.5rem;
}
