html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	background-color: RGB(0,0,0);
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	width: 100%;
	height: 100%;
}

#home {
	height: 100%;
}

#Text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 50px;
	text-align: center;
	color: RGB(255,255,255);
}

#Gluestick {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 50px;
	text-align: center;
	color: RGB(242,99,41);
}