body {
	/*background: #17a7b8;*/
	background-color:#283E57;
	margin: 0;
	padding: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	}

a {color:#fff;}

.flexcontainer {
   display: flex;
   flex-direction: column;
   align-items:center;
   margin-top:2rem;
}





#logo {}

#text pre {overflow-wrap: anywhere;}

img {

	display:inline-block;
	height:auto;
	max-width:100%;
	vertical-align:middle;
	}