* {
	margin: 0;
	padding: 0;
}

*, *:after, *:before {
	box-sizing: border-box;
}

*:focus {
	outline-color: #f6821f;
}

html {
	font-size: 16px;
}

body {
	background-color: #003682;
	background-color: #f8fbfb;
	font-family: system-ui,-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	line-height: 1.4;
}

main {
	padding: 0.5rem;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

iframe {
	width: 45% ;
	min-height: 400px;
	height:auto;
}

div#content {
	font-size: 11px;
	white-space: pre;
}

header input {
	min-width: 100%; 
	font-size: 12px;
}
