html {
    font-size: 40px;
}
body.about {
	font-size: 20px;
	padding: 1em;
}
@media screen and (min-width: 768px) {
	html {
		font-size: 100px;
	}
}

body {
    margin: 0;
	transition: background-color 1s, color 1s;
}

a {
	color: inherit;
}

strong {
	color: hsl(40, 100%, 70%);
}

.number {
	font-family: sans-serif;
	font-weight: 900;
	font-size: 1.2em;
	word-break: break-all;
}
.len-10 .number {
	font-size: 0.8em;
}
.len-20 .number {
	font-size: 0.6em;
}
.len-30 .number {
	font-size: 0.4em;
}

body.about {
    background: #2e4372;
    color: #ffe3aa;
}

footer {
	margin-top: 2em;
	font-style: italic;
}
