nav {
    margin: 0;
    padding: 0;
    width: 96.9%;
    position: absolute;
    left: 30px;
    right: 0px;
    }
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #215889;
    border-radius: 30px 30px 0px 0px;
  }
  
  nav li {
    float: left;
  }
  
  nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 19px 16px;
    text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
  nav li a:hover {
    background-color: #111;
  }
html{
    background-color: #A5C1DA;
}
body {
    background-color: #D6E4F2;
    color: #215889;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 10px 30px 5px 30px;
    padding: 0px 20px 10px 20px;
    border-radius: 30px;
    font-size: 1.5vw;
}
p {
color: #215889;
font-size: 1.5vw;
line-height: 4vh;
}
p.ineriadkovanie{
    line-height: 3vh;
}
p.citat{
    text-align: right;
    font-size: 1vw;
    line-height: 3vh;
}
h1 {
    color:#215889;
    background-color: #A5C1DA;
    font-family:'Times New Roman', Times, serif;
    font-size: 2.4vw;
    text-align: left;
}
h2,h3 {
    color: #215889;
    font-family:'Times New Roman', Times, serif;
    font-size: 1.8vw;
    text-align: left;
}
}
a.text:link {
    color: rgb(0, 0, 255);
}
a.text:visited {
    color: #551A8B;
}
a.text:hover {
    background-color:#e9c8ff 
}
a.text:active{
    color:#ff0077
    }
table {
    border-collapse: collapse;
    width: 50%;
}
table, th, td {
    border: 1px solid ;
    color: #3F3C8E;
}
td.cislo{
    text-align: center;
}
th{
    background-color: #8380C5;
    color: aliceblue;
}
td.dni{
    background-color: #8380C5;
    color: aliceblue;
}

