@import url(https://design.cyberia.club/css/full.css);

:root {
	--bg: var(--bg-orange);
	--fg: var(--fg-orange);
	--code-bg: var(--bg-grey);
	--input-focus: var(--green);
	--content-width: 512px;
}

html, body {
	text-align: center;
}
nav, main, footer {
	margin: 2rem auto;
	padding: 0;
}
main, footer {
	width: var(--content-width);
}
p, li {
	text-align: initial;
}
footer {
	display: inline-block;
	text-align: initial;
}


/* Donation widgets */

/* css from https://liberapay.com/cybertrez/widgets/button.js, see donate.md */
html > body .liberapay-btn {
	background-color: #f6c915;
	border-radius: 4px;
	color: #1a171b;
	display: inline-block;
	font-family: Helvetica Neue,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	padding: 5px 7px 3px;
	position: relative;
	text-decoration: none;
}
html > body .liberapay-btn:hover {
	background-color: #fbce1a;
}
.liberapay-btn > svg {
	position: absolute;
	left: 7px;
	top: 7px;
}
.liberapay-btn > span {
	margin-left: 19px;
}

