*, *:before, *:after {
	box-sizing: border-box;
}
body {
	margin: 16px;
	font: 18px system-ui, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.4;
	background-color: #772524;
}
a {
	color: #FFFFFF !important;
}
img {
	width: 100%;
}
h1 {
	margin-block-end: 0em;
}
#logo {
	width: auto;
	margin: 8px auto;
	display: block;
}