@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;600&display=swap');

body, html { background: #222; margin:0; padding:0; text-align: left; font: 14px/1.4 Raleway, 'Helvetica Neue', Helvetica, sans-serif; color: #ddd; font-weight: 400; }

h2 { font-weight: 200; font-size: 26px; margin: 20px; }

div.list { background: #111; padding: 20px 35px; }
div.foot { color: #777; margin-top: 15px; padding: 20px 35px }
pre.readme {color: #0099FF; padding: 20px 35px; }

td { line-height: 21px; padding-right: 10px; }
tr:hover { background: black; }

a { color: #32C6FF; text-decoration: none; }
p { margin-left: 20px; }
a:visited, a:hover, p { color: #B8EBFF; }

.header-container { display: flex; align-items: center; padding: 0px; margin:0; }
.header-logo { width:200px; margin: 15px 20px 0 18px; }
.header-nav { display: flex; color: #0099FF; }
.nav-link { text-decoration: none; color: #0099FF; font-weight: bold; font-size: 1.1em; transition: color 0.3s ease; }
.nav-link:hover { color: #FFFFFF; /* Barva odkazu při najetí myší */ }
.nav-link:visited { color: #B8EBFF; /* Barva navštíveného odkazu */ }
