  strong {
    font-weight: 700;
  }
  
  .button, img, code {
    vertical-align: middle;
  }
  
  .img_ev3q {
    height: auto;
  }
  
  img {
    max-width: 100%;
  }
  
  * {
    box-sizing: border-box;
  }
  
  @media screen and (max-width: 1300px) {
    .banner-box {
      display: none;
    }
  }
  
  @media screen and (max-width: 768px) {
    .sidebar {
      display: none;
    }
  }
  
  @media (min-width: 1440px) {
    .resulsts {
      max-width: 1320px;
    }
  }
  
  .glow {
    filter: brightness(1.4);
  }
  
  .dc, .fb, .strona-glowna {
    background-size: contain;
    transition: filter 0.3s ease;
  }
  
  .dc:hover, .fb:hover, .strona-glowna:hover,
  .dc:active, .fb:active, .strona-glowna:active {
    filter: brightness(1.2);
  }
  
  .sidebar .nav, .prezka ul {
    list-style-type: none;
  }
  
  .li {
    display: list-item;
    text-align: match-parent;
  }
  
  .sidebar .nav a:hover {
    filter: brightness(1.4);
  }
  
  .sidebar .nav a:active {
    filter: brightness(1.4);
  }
  
  .sidebar .nav a, .button, body {
    text-align: center;
  }
  
  .sidebar::-webkit-scrollbar {
    width: 8px;
  }
  
  .sidebar::-webkit-scrollbar-track {
    background: rgba(44, 44, 44, 0.8);
    border-radius: 10px;
  }
  
  .sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, 0.8);
    border-radius: 10px;
  }
  
  .sidebar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(130, 130, 130, 0.9);
  }
  
  .content-wrapper {
    width: calc(100% - 530px);
    margin-left: 270px;
  }
  
  .results {
    background-image: url(../images/tlo1.png);
    background-repeat: repeat-y;
    background-size: 100%;
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15%;
    padding-right: 20%;
}

  
  @media (min-width: 1301px) and (max-width: 1400px) {
    .results {
      padding-right: 28%;
    }
  }
  
  @media (max-width: 1300px) {
    .results {
      padding-right: 10%;
    }
  }
  
  @media (max-width: 1024px) {
    .results {
      padding-right: 15%;
    }
  }
  
  @media (max-width: 768px) {
    .results {
      padding-right: 2%;
    }
  }
  
  @media (max-width: 480px) {
    .results {
      padding-right: 5%;
    }
  }
  
  .footer {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;
    background-color: rgba(44, 44, 44, 0.8);
    border-radius: 8px;
    transform: translateX(-12%);
  }
  
  .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
    transform: translateX(-12%);
  }
  
  @media (max-width: 1500px) {
    .social-buttons {
      transform: translateX(-150px);
    }
  }
  
  @media (max-width: 1300px) {
    .social-buttons {
      transform: translateX(-35px);
    }
  }
  
  @media (max-width: 1500px) {
    .footer {
      transform: translateX(-150px);
    }
  }
  
  @media (max-width: 1300px) {
    .footer {
      transform: translateX(-35px);
    }
  }
  
  @media (max-width: 768px) {
    .footer {
      transform: translateX(-2px);
    }
  }
  
  @media (max-width: 768px) {
    .social-buttons {
      transform: translateX(-2px);
    }
  }
  
  @media (max-width: 768px) {
    .content-wrapper, .results {
      width: calc(100% - 8px);
      margin: 0 4px;
      margin-top: 20px;
    }
  
    body {
      overflow-x: hidden;
    }
  }
  
  #sidebar .nav, .prezka ul {
    list-style-type: none;
  }
  
  a {
    color: #3679e6;
    text-decoration: none;
  }
  
  strong {
    font-weight: 700;
  }
  
  .body, .tabelka {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  table {
    border-collapse: collapse;
    display: block;
    margin-bottom: 1rem;
  }
  
  pre, table {
    overflow: auto;
  }
  
  table thead, table tr:nth-child(2n) {
    background-color: #00000008;
  }
  
  thead {
    display: table-header-group;
    vertical-align: middle;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
  }
  
  ol ol, ul ol {
    list-style-type: lower-roman;
  }
  
  ol ol, ol ul, ul ol, ul ul {
    margin: 0;
  }
  
  ol ol ol, ol ul ol, ul ol ol, ul ul ol {
    list-style-type: lower-alpha;
  }
  
  table thead tr {
    border-bottom: 2px solid rgba(127, 131, 136, 0.13);
  }
  
  table thead, table tr:nth-child(2n) {
    background-color: #00000008;
  }
  
  table tr {
    background-color: #a8323200;
    border-top: 1px solid #51719c;
  }
  
  table td, table th {
    border: 1px solid rgba(222, 217, 210, 0.11);
    padding: 0.75rem;
  }
  
  table thead, table tr:nth-child(2n) {
    background-color: rgba(84, 84, 84, 0.37);
  }
  
  table th {
    background-color: rgba(128, 117, 113, 0.1);
    color: inherit;
    font-weight: 700;
  }
  
  table td {
    color: inherit;
  }
  
  strong {
    font-weight: 700;
  }
  
  a {
    color: #3578e5;
    text-decoration: none;
  }
  
  ol, ul {
    padding-left: 2rem;
    margin: 0 0 1rem;
    padding-left: 0;
  }
  
  img {
    max-width: 100%;
  }
  
  body {
    color: #c2ab8e;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  