
html,body {
	min-height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: linear-gradient(#3fb4f3,25%,#fff);
	image-rendering: pixelated;
	font-family: Arial;
	color: #5c0034;
}
.pixel {
	font-family: Tiny5;
	font-size: 1.2em;
}
.wrapper {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content {
	display: flex;
	align-items: end;
}
.content img {
	transform: translateX(40px);
	user-select: none;
	user-drag: none;
	max-width: 60vw;
}
.content .text {
	padding-bottom:20px;
	transform: translateX(-60px);
}
li {
	list-style-type: none;
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
}
a {
	color: #5c0034;
}
ul {
	padding: 0;
	margin: 0;
}