body{
  background-color: rgb(20,20,20);
  color:white;
  font-family: verdana;
  
      text-decoration:none;
}
.center{
  text-align:center;
}
.we1rdthing-wiki-left{
  text-align:center;
  width:100%;
}
.we1rdthing-wiki-left-container{
  float:left;
  width:20%;
  height:100vh;
   border-right: 2px solid rgb(70, 70, 70);
   position: fixed;
}
.we1rdthing-wiki-right{
  text-align:center;
  width:75%;
  float: right;
  align-items:center;
  margin-right: 20px;
}
  .we1rdthing-wiki-left-navdiv{
      background-color: rgba(255, 0, 0, 0);
      border: 2px solid rgb(70, 70, 70);
      color: white;
      font-size: auto;
      border-radius: 15px;
      padding: 10px;
      margin: auto;
      width: 80%;
      height: 5%;
      vertical-align: middle;
      place-items: center;
  display: grid;
      }
      hr{
      border: 0;
      border-radius: 32px;
      height: 2px;
      background: rgb(70, 70, 70);
      margin-top: 10px;
      margin-bottom: 10px;
      width: 90%;
    }
    .we1rdthing-wiki-left-navbutton{
      border: 0px;
      border-radius: 5px;
      background-color: rgba(255,255,255,0.2);
      color:white;
      height: fit-content;
      width:90%;
  text-decoration: none;
  display: inline-block;
    }
    .we1rdthing-wiki-left-navbutton:hover{
      background-color: rgba(255,255,255,0.3);
    }
    .we1rdthing-wiki-left-navbutton-subdivtion{
      border:0px;
      background-color:rgba(255,255,255,0.1);
      color: rgb(150,150,190);
      text-align: left;
      border-radius:5px;
  text-decoration: none;
  display: inline-block;
  display: block;
  font-size: small;
      margin: 5px;
    }
    .we1rdthing-wiki-left-navbutton-subdivtion:hover{
      background-color:rgba(255,255,255,0.2);
    }
    .we1rdthing-wiki-left-navbutton-subdivtion-container{
      border-radius:5px;
      background-color:rgba(255,255,255,0.1);
      text-align:left;
      margin-left: 10px;
      width: 85%;
      border-left: 3px solid rgba(255,255,255,0.3);
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .warning-banner {
    display: flex;
    gap: 12px;
    background: rgb(135, 102, 20);
    color: rgb(30, 30, 30);
    padding: 14px 18px;
    border-radius: 12px;
    width: 80%;
    max-width: 80%;
    margin-left: 100px;
}

.warning-banner .icon {
    font-size: 22px;
    color: rgb(255, 170, 0);
}

.warning-banner .content {
  text-align:left;
    display: flex;
    flex-direction: column;
    font-size: 15px;
}
    
    .note-banner{
    display: flex;
    gap: 12px;
    background: rgb(41, 70, 166);
    color: rgb(30, 30, 30);
    padding: 14px 18px;
    border-radius: 12px;
    width: 80%;
    max-width: 80%;
}

.note-banner .content {
  text-align:left;
    display: flex;
    flex-direction: column;
    font-size: 15px;
}