/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: black;
  color: #0e8f15;
  font-family: "Lucida Console", "Courier New", monospace;
}

a {
  color: #a3bce6;   
  }


a:visited {
    color: #b781f0;
  }
  
@media (max-width: 821px){
  #lewy{
  height: 15vh;
  border-bottom: 2px dashed #0e8f15;
  overflow: auto;
  scrollbar-color: #0e8f15 black;
  scrollbar-width: thin;
  }
  #prawy {
  padding-top: 3%;
  width: 95vw
  }
  
  .tylkopecet{
      display: none !important;
    }
}
  
@media (min-width: 821px){
    #lewy{
  float:left;
  width: 15%;
  border-right: 2px dashed #0e8f15;
  }
#prawy {
  float: left;
  overflow: scroll;
  padding-left: 3%;
  padding-right: 40px;
  height: 98vh;
  width: 65%;
  scrollbar-color: #0e8f15 black;
  scrollbar-width: thin;
  }
  
  #scrollinfo{
    display:none;
    }
    
  .tylkokomura{
      display: none !important;
    }
  }
  
  
.post{
    border-bottom: 1px white solid;
    padding-bottom: 1.5%;
  }
  
#czas, #scrollinfo {
    font-size: smaller;
    color: #a3bce6;
  }
  
img{
  max-width: 100% !important;
  }
