body {
	color: black;
	padding: 0px;
	margin: 0px;
	background-color: white;
	font-size: 13px;
	font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	line-height: 18px;
	font-size: 13px;
	font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	text-indent: 0px;
	position: relative;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

img {
	border: 0px;
}

a {
    color: rgb( 74, 122, 255 );
}

a:active {
    color: rgb( 45, 74, 192 );
}

li {
	font-size: 13px;
	line-height: 18px;
	font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}

ul li {
	list-style-type: square;
}

.banner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 90px;
	background-color: rgb(242, 242, 242);
	z-index: -1;
}

.content {
	max-width: 600px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.logo.app-icon {
	margin-left: -15px;
}

@media screen and (prefers-color-scheme: dark) {
    body {
    	color: white;
    	background-color: black;
    }
    
    .banner {
    	background-color: rgb(41, 41, 41);
    }
    
    a {
        color: rgb(123, 158, 254);
    }
}
