.sidebar li {
  margin-bottom:0;
}

:root {
  --bg: black;
  --second: black;
  --text: white;
  --text2: white;
  --second2: yellow;
  --third:#ccc;
  --border:white;
}
.fwej9 {
  margin-left:auto;
  margin-right:auto;
  max-width:1400px;
  display:flex;
  justify-content: space-around;
}
.sidebar {
    padding: 10px;
    background: var(--bg);
}
::selection {
  background-color:var(--text);
  color:var(--second);
}

.ad {
  width:300px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}
.h2index {
  margin-bottom:-10px;
}

h1, h2, h3, h4, h5, h6 {
  text-align:center;
  text-transform:uppercase;
}
a {
  font-style:oblique;
  color:var(--third);
  text-decoration:none;
}
a:hover {
  color:white;
  font-style:normal;
  text-decoration:underline;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  
  padding:10px;
  justify-content: center;
}

.flex-container > a {
  background-color: var(--text);
  border: 3px solid var(--text);
  color:var(--second);
  padding:10px;
  margin: 5px;
  text-decoration:none;
}

.flex-container > a:hover {
  background-color: var(--second);
  border: 3px solid var(--text);
  color:var(--text);
}
li {
    margin: 0;
    list-style: none;
    padding: 0 0 3px 20px;
    background-image: url(/web/img/bullet/light.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
      margin-bottom:20px;
}
main {
  width: 1000px;
    margin-right: auto !important;
    margin-left: 20px !important;
    padding: 10px;
    background: var(--bg);
}

footer {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  margin-top:20px;
  opacity:0.5;
}

.custom {
  border:2px var(--border) solid;
  max-width:400px;
  margin-bottom:20px;
}

@font-face {
  font-family: 'pixel';
  src: url('/web/snub.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
background-color: var(--bg);
  color: var(--text);
font-family: 'pixel', Verdana, sans-serif;
  font-size:2em;
}

.bigbo {
  margin-bottom:50px;
}

.sidebar {
    height: fit-content;
}

.piss {
  display:flex;
  flex-wrap: wrap;
  padding:10px;
  padding-bottom:0;
  padding-top:0;
  justify-content: center;
}

.piss a {
  padding:10px;
  margin-left:5px;
  margin-right:5px;
}

@media only screen and (max-width: 878px) {
  .fwej9 {
    display:initial;
    flex-wrap: wrap;
  }
  main, .sidebar {
    width:95%;
  }
  main {
    margin-left:0 !important;
    margin-right:0 !important;
    margin-top:10px !important;
  }
  .sidebar ul {
    margin-left:20%;
  }
}