
body {
	background-color: rgb(235, 235, 235);
	}	

.container {
	max-width: 950px; /* Or your desired maximum width */
	margin: auto;
	padding: 5px, 20px, 20px, 20px;
	}

header {
    text-align: center;
	}

h1 {
	font-size: 1.6em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	text-align: center;
	}
	
h3 {
	font-size: 1em;
	line-height: .8em;
	margin-bottom: -.6em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #0000FF;
	}

h4 {
	font-size: .8em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	color: black;
	}

.map-caption {
	font-size: .8em;
	margin-top: .2em;
	margin-bottom: .5em;
	text-align: center;
	font-weight: bold;
	}

.style1 {
	color: #9b9898;
	font-size: small;;
	}

.style5 {
	color: #FF0000;
	font-weight: bold;
	}

.two-column {
	display: grid;
	gap: 30px;
	grid-template-columns: 2fr 1fr;
	}
