:root {
	color-scheme: light;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	min-height: 100vh;
	display: grid;
	place-items: center;
	background: #ffe600;
	color: #000;
	border: 6px solid #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#aboutCorner {
	position: fixed;
	top: 34px;
	left: 27px;
	right: auto;
	margin: 0;
	z-index: 10;
}

#aboutCorner a {
	text-decoration: none;
}

main {
	width: min(92vw, 680px);
	text-align: center;
	display: grid;
	gap: 0.75rem;
}

h1,
p {
	margin: 0;
}

h1 {
	color: #ff1e1e;
}

p {
	color: #ff7a00;
}

label {
	color: #0066ff;
	font-weight: 700;
}

input,
button,
a,
pre {
	border: 3px solid #000;
	padding: 0.7rem;
	font: inherit;
}

input {
	background: #fff;
	color: #111;
	font-size: 1rem;
}

button {
	background: #00f5d4;
	color: #b000ff;
}

a {
	background: #ffffff;
	color: #00a63e;
	font-weight: 700;
}

pre {
	background: #fff;
	color: #ff00b3;
}

#status {
	color: #8a00ff;
	font-weight: 700;
}

.aboutPage main p {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.aboutPage main a {
	border: 0;
	padding: 0;
	background: transparent;
	color: #0066ff;
	text-decoration: underline;
}

#downloadList {
	display: grid;
	gap: 0.5rem;
}

#downloadTitle {
	color: #ff0055;
	background: #fff;
	border: 3px solid #000;
	padding: 0.6rem;
}

button {
	cursor: pointer;
}

button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

pre {
	text-align: left;
	min-height: 9rem;
	max-height: 14rem;
	overflow: auto;
	white-space: pre-wrap;
}
