body {
    background-color: black;
    margin: 1em auto;
    max-width: 40em;
    padding: 0 0.62em 3.24em;
}

h1 {
    color: white;
    font-family: monospace;
}

h2 {
    color: white;
    font-family: monospace;
}

p {
    color: white;
    font-family: monospace;
}

ul {
    color: white;
    list-style-type: square;
    font-family: monospace;
}

a {
    outline-color: transparent;
}

a:link {
  color: rgb(200, 200, 200);
}

a:visited {
  color: rgb(200, 200, 200);
}

a:focus {
  text-decoration: none;
  background: #004225;
}

a:hover {
  text-decoration: none;
  background: #004225;
}

a:active {
  background: #004225;
  color: #004225;
}

.bi-gradient {
    background-position: 0% 100%;
	background-image: linear-gradient(to left, #0038A8 33.33%, #9B4F96 33.33% 66.66%, #D60270 33.33% 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: rgba(0,0,0,0);
}
.pan-gradient {
    background-position: 0% 100%;
	background-image: linear-gradient(to left, #21B1FF 33.33%, #FFD800 33.33% 66.66%, #FF218C 33.33% 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: rgba(0,0,0,0);
}

.pride-gradient {
	background-position: 0% 100%;
	background-image: linear-gradient(to left, #e40303 16.66%, #ff8c00 16.66% 33.33%, #ffed00 33.33% 50%, #008026 50% 66.66%, #004dff 66.66% 83.33%, #750787 83.33% 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: rgba(0,0,0,0);
}