html {
	overflow-y: scroll;
}

body {
	margin: 0;
	border: 0;
	background-color: #f1f1f8;
}

h1 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Lucida Grande', Optima, Arial, Helvetica, sans-serif;
	font-size: 1.92em !important;
}

#parent {
	text-align: center;
}

#content {
	top: 0.5em;
	display: inline-block;
	position: relative;
	background: #f1f1f8;
	margin: 0 auto;
	max-width: 400px;
	border-width: 1px;
	border-color: #f1f1f8;
	border-style: solid;
}

.text { 
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Verdana, 'Lucida Grande', Optima, Arial, Helvetica, sans-serif;
	font-size: 1.17em;
	font-style: italic;
	font-weight: normal;
	color: #00000b;
}

.disclaimer {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Verdana, 'Lucida Grande', Optima, Arial, Helvetica, sans-serif;
	font-size: 0.67em;
	font-style: normal;
	font-weight: normal;
	color: #00000b;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}
