header .logo img {
    display: block;
    margin: 0 auto 10px;
}

body {
    font-family: 'Courier New', monospace;
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.revision-date{
	text-align: Center;
	font-size: 1.5em;

}

.title-red{
	color: red;
}
	.contact-info address {
		text-align: center; /* Centers text inside the section */
			font-size: 1.5em; /* Adjust this value as needed */
			font-style: normal;
			line-height: 1.2;
	
        }

.title-red {
    color: red;
    font-weight: bold;
}

.contact-info h2:nth-of-type(2) {
    color: red;
}
.content {
			text-align: left; /* Centers text inside the section */
			font-size: 1.5em; /* Adjust this value as needed */
			font-style: normal;
			line-height: 1.2;
}

.region-links {
  text-align: center;
  font-size: 2.5em;
  margin-top: 40px;
}

.region-links a {
  text-decoration: none;
  color: blue;
}

.spacer {
  margin: 40px 0;
}

/*Code below for Sub-sections*/

.page-header {
  text-align: center;
  margin-bottom: 2rem;
}

.region-title {
  font-size: 2rem;
  color: #ff0000;
  margin-bottom: 0rem;
}

.subtitle {
  font-size: 1.5rem;
  color: #008000;
  margin-top:0;
}

.highlight-blue {
  color: #0000ff;
}

.highlight-red {
  color: #ff0000;
}

.highlight-green {
  color: green;
}

