@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');

body {
  font-family: 'Crimson Text', serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000; /* Default text color */
}

.container {
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
}

/* Logo styling */
.logo {
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.subtitle {
  color: #6B2029;
}

/* Subtitle text */
.subtitle {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 20px;
}

/* Horizontal rule spacing */
hr {
  margin: 30px 0;
}

/* Link styling */
.link a {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}

.link a:hover {
  text-decoration: underline;
}
