#container {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 30px;
}

#navbar {
    height: 40px;
    background-color: #070317;
    width: 80%;
    border-radius: 20px 20px 0px 0px;
}
            
aside {
    background-color: #241445;
    width: 20%;
    font-size: smaller;
}

main {
    background-color: rgba(19, 8, 63, 0.8);
    flex: 1;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    order: 2;
    width:80%;
}
            
#leftSidebar {
    order: 1;
    width:20%;
    background-color: rgba(19, 8, 63, 0.8);
    justify-content: center;
    padding-left: 15px;
    padding-top: 15px;
}

#rightSidebar {
    order: 3;
    width:20%;
    background-color: rgba(19, 8, 63, 0);
    justify-content: center;
    padding-top: 15px;
}
            
footer {
    background-color: #070317;
    width: 80%;
    height: 40px;
    padding-top: 20px;
    text-align: center;
}


.blognavigation {
    margin:0px 0px 0px 10px;
    padding: 10px 20px 0px 20px;
    background-color: #1a0f1a;
    border: 3px solid #b827fc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.nav-title {
  font-family: "Gameboy", sans-serif;
  color: #b827fc;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(184, 39, 252, 0.6);
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  box-sizing: border-box;
}

.blog-nav-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.quick-jump {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.jump-label {
  font-family: "modern", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.post-dropdown {
  font-family: "modern", sans-serif;
  background-color: #1a1a1a;
  color: white;
  border: 2px solid #b827fc;
  border-radius: 5px;
  padding: 8px 12px;
  margin:10px 0px 0px 0px;
  font-size: 14px;
  transition: all 0.3s ease;
}
