body {
  background-color: #fdf6e3; 
  font-family: "Times New Roman", serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

header h1 {
  background-color: #e3dcc5;
  padding: 20px;
  font-size: 2.5em;
  border-bottom: 4px solid #d1c7a3;
}

.columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}

.column {
  width: 50px;
  height: 300px;
  background-color: #e3dcc5;
  margin: 0 20px;
  border: 2px solid #cbbf9d;
}

.entrance {
  background-color: white;
  border: 4px solid #cbbf9d;
  padding: 40px;
  width: 300px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

nav a {
  display: block;
  margin: 10px 0;
  text-decoration: none;
  color: #5e4b2d;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

header h1 {
  background-color: #e3dcc5;
  padding: 40px 20px;
  font-size: 3em;
  border-bottom: 6px solid #cbbf9d;
  font-family: 'Georgia', serif;
  letter-spacing: 3px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.column {
  width: 50px;
  height: 350px;
  background: linear-gradient(180deg, #e3dcc5 0%, #bfb694 100%);
  border: 2px solid #a69e7c;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  margin: 0 30px;
  border-radius: 10px 10px 0 0;
}

.motto {
  font-style: italic;
  font-family: "Georgia", serif;
  color: #7a6b47;       /* A warm, classic green-brown */
  margin: 10px 0 40px;  /* Spacing above and below */
  font-size: 1.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* subtle shadow for depth */
}

nav a {
  display: block;
  margin: 15px 0;
  padding: 10px 15px;
  background-color: #cbbf9d;
  color: #5e4b2d;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

nav a:hover {
  background-color: #b8aa81;
  transform: scale(1.05);
  text-decoration: underline;
  cursor: pointer;
}

.columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}

.column {
  width: 50px;
  height: 350px;
  background: linear-gradient(180deg, #e3dcc5 0%, #bfb694 100%);
  border: 2px solid #a69e7c;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  margin: 0 30px;
  border-radius: 10px 10px 0 0;
}

.entrance {
  background-color: white;
  border: 4px solid #cbbf9d;
  padding: 40px;
  width: 320px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  border-radius: 0 0 20px 20px;
  position: relative;
  margin: 0 auto;
}

nav a {
  display: block;
  margin: 15px 0;
  padding: 10px 15px;
  background-color: #cbbf9d;
  color: #5e4b2d;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

nav a:hover {
  background-color: #b8aa81;
  transform: scale(1.05);
  cursor: pointer;
  text-decoration: underline;
}


