html{
	background-color: rgba(89, 252, 127, 1);
background-image: linear-gradient(158deg, rgba(89, 252, 127, 1) 44%, rgba(0, 62, 241, 1) 100%);
}

h, h1, h2, p {
	text-shadow: 2px 3px 6px rgba(0, 24, 255, 1);
}



.small {
  font-size: xx-small;
}
.larger {
  font-size: larger;
}
.point {
  font-size: 24pt;
}
.percent {
  font-size: 200%;
}