/*THIS... is a comment!
So while coding and googling I'm listening to music, Lane 8 to be specific.
It's been a while since I've been able to sit down and just vibe and program.
Peak vibes, honestly. Cheers.
*/
body {
  background: linear-gradient(to bottom, #00a2be, #0a0caa);
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
  color: white;
}

p {
	color: white;
}

ul {
  color: white;
}

ul:nth-of-type(2) {
  list-style-type: circle;
}

ol {
  color: white;
}