body { font-family: sans-serif; padding-left: 2rem; padding-right: 2rem; }

table {
  width: 80%;
  border-collapse: collapse;
  margin-top: 1rem;
}
th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
th {
  background-color: #f0f0f0;
}
tr:hover {
  background-color: #f9f9f9;
}
a {
  color: #007bff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.section {
  margin-bottom: 40px;
}

.section h2 {
  font-size: 1.3em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin: 5px 0;
}

ul li a {
  text-decoration: none;
  color: #2a2a2a;
}

ul li a:hover {
  text-decoration: underline;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
}

.main-nav {
  padding: 0.5em 1em;
}

.main-nav a {
  margin-right: 1rem;
  text-decoration: none;
  color: #007bff;
}

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

nav.top-nav .nav-left {
  text-align: left;
}

nav.top-nav .nav-right {
  text-align: right;
}

/* post.html CSS */
.main-flex {
  display: flex;
  width: 100%;
  min-height: 200px;
}
#post-container {
  width: 70%;
  box-sizing: border-box;
}
#side-space {
  width: 30%;
  /* min-height: 150px; */
  /* Optional: add a border or background to visualize the space */
  /* border-left: 1px solid #eee; */
}




/* .top-nav {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
}

.top-nav a {
  text-decoration: none;
  color: #333;
  margin-left: 10px;
}

.top-nav a:hover {
  text-decoration: underline;
} */

