@import '/style.css';
body{padding-top: 2em;}
main{
	width: 40em;
	max-width: 90%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding: 2em;
	background: linear-gradient(to top, rgb(0, 0, 0) 80%, rgba(0,0,0,0) 100%);
}
p a{
	color: inherit;
	text-decoration: underline;
}
p{
	width: 30em;
	max-width: 90%;
}
p.output.fade{
	background: linear-gradient(to top, rgba(0, 170, 170, 0.2) 0%, rgba(0, 170, 170, 0) 100%);
	background-clip: text;
	color: transparent;
}
p.input{
	text-align: left;
	color: #00AA00;
}
p.output{
	text-align: right;
	color: #00AAAA;
	margin-left: auto;
	margin-right: 0px;
}
p.text{
	text-align: center;
	color: white;
	margin: auto;
}
