h1 {text-align: center; font-weight:bold; font-size: 22px; color: rgb(77,147,217); display:none; }
h2 {text-align: center; font-weight:bold; font-size: 22px; color: rgb(77,147,217)}
a {text-align: center; font-weight:bold; font-size: 22px; color: rgb(77,147,217)}
html, body {
	background-color: rgb(22, 19, 49); color: lightblue; font-size: 18px; height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;}
.highlight {color: white}
.container { text-align: left; position: relative;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 0px;
	min-width: 300px;
	max-width: 95%;
	padding: 10px;
	border: 2px solid blue;  box-shadow: 0 0 10px blue; border-radius: 10px;
}

img { width: 95%; height: auto; display: block}
