body {
  font-family: Outfit, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 auto;
}

header{
	color: white;
	justify-content: left;
	font-size: 1.5em;
}

#logo-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 15%;
	background: #003c3c;
}

#logo {
	height: 64px;
}

.message{font-size:smaller;}

.textLinks {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.textLinks a {
	text-decoration: underline;
	color:#0000FF;
}

.textLinks a:visited {
	color: #0000FF;
}

.textLinks a:active {
	color: Red;
}

.textLinks a:hover {
	color: Red;
}

.title a{
color:#0000FF;
font-size:medium;
font-weight:bold;
}

.center-text {
	text-align: center;
}

.image-border {
	border: 1px solid #000000;
}