body {
	height: 1000px;
	background-image: repeating-linear-gradient(180deg, red, orange, yellow, green, blue, purple, red);
}

#title-text {
	width: 100%;
}

p {
	text-align: center;

	font-size: 5vw;

	color: black;
	-webkit-text-stroke-width: 0.1vw;
	-webkit-text-stroke-color: white;
}

a {
	color: black;
}

.list-container {
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}

ul, ol {
	display: inline-block;
	text-align: left;

	font-size: 5vw;

	color: black;
	-webkit-text-stroke-width: 0.1vw;
	-webkit-text-stroke-color: white;
}

img {
	display: flex;
	margin: auto;

	width: 60%;
}
