* {
	padding: 0;
	margin: 0;
}

body {
	background: black;
	color: #DA99FF;
	font-family: monospace;
	font-size: 20px;
}
a {
	color: #DA99FF;
	text-decoration: none;
}
b {
	color: #FC19FF;
	text-decoration: none;
}

ul {
	list-style: none;
}

.content-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}

