html{
	cursor:url(Select.cur), auto;
	height:99%;
}

body{
	background-image: url('gwass.png'); 
	background-repeat: no-repeat;
	background-color: rgb(154 228 232);
	background-size: 100% 100%;
	background-attachment: fixed; 
	cursor:url(Select.cur), auto;
	height:99%;
}
div{
	padding-left:70%;
	height:50%;
	align-items: flex-end;
	display:flex;
}
marquee{
	align-items: flex-end;
	display:flex;
}