/* Medieval Fantasy Style */

/* Light Blue Background */
body {
  background: #cfe7ff;
  font-family: 'MedievalSharp', cursive;
  color: #2b1b00;
  margin: 2rem;
}

/* Headers */
h1 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

/* Table Styling */
table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffffd3;
  border: 2px solid #3d2b1f;
}

th, td {
  padding: 12px;
  border: 2px solid #3d2b1f;
  text-align: left;
}

/* Links */
a {
  color: #0050aa;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Footer */
.footer {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
}
