@charset "utf-8";
/* CSS Document */

/* GG */

    .uwu {
	margin-top: 120px;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	.uwu {
	margin-top: 60px;
}
}

.font-center {
	
	text-align-last:center
}

.imaginespace{
	padding-top: 80px;
}
.active{
	
	color: orange !important;
}
.sticky {
  position: sticky;
  top: 200px;
}

