@font-face {
  font-family: 'Trajanus';
  src: url('/fonts/TRAJANUS.ttf') format('truetype');
}


body {
  background-color: #556d7c;
  color: #DBE2E9;
  font-family: 'Trajanus', serif;
  margin: 0;
}

.container {
 padding: 20px;
}

.header {
  background-color: #36454f; /* Charcoal blue */
  color: #DBE2E9;            /* Light text */
  padding: 5px 35px;
  font-family: 'Trajanus', serif;
  line-height: .25;
  border-bottom: 2px solid #DBE2E9;
}

/* Optional: Style paragraphs, links, lists */
p {
  line-height: 1.6;
}

a {
  color: #007BFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 20px;
}
