body
{
	background: url("./flag-bg.webp")  /* Pixels content license */
		no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#sampleLetter
{
	font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; 
	/* margin-left: 50px; */
	border: 1px solid gray;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #edebdd;
}

.letter-variable
{
	color: #004d1f;
}

h1
{
	text-align: center;
}

h2
{
	text-align: center;
}

.mainBody
{
	max-width: 600px;
	margin: auto;
}


#about
{
	font-size: 10px;
	color: grey;
	text-align: right;
}

#about a
{
	color: grey;
}

#logoTop
{
	display: block;
	max-width: 90%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.expandLink
{
	text-decoration: underline;
	cursor: pointer;
}
