.šušněnka{
    opacity:1O0;
    background-color:#151515;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}
.šušněnka-button{
    left: 50%;
    text-align:center;
}
.šušněnka p{
    font-family:Arial;
    font-size:20px;
    color:#ffffff;
    text-align:center;
    margin-top:200px;
}
body{
    background-color:#151515;
    color:#ffffff;
    font-family:Arial;
    font-size:20px;
    text-align:center;
    width: 1200px; /* set the width of the table */
    border-left: 20%; /* add 20% border on the left */
    border-right: 20%; /* add 20% border on the right */
    margin: 0 auto; /* center the body horizontally */
}
html {
    background-color: #000000; /* set the background color of the page outside of the body */
}

.tabulka {
    margin: 0 auto; /* center the table */
    width: 100%;
}
.seznam {
    border-right: 3px solid #383838; /* add a 1px solid white border on the right side of the cell */
    height: 100vh; /* set the height of the cell to 100% of the viewport height */
    width: 500px; /* set the width of the cell to 20% of the viewport width */
    padding: 2%; /* add 2% padding to the cell */
    vertical-align: top; /* align the content of the cell to the top */
    text-align: left; /* align the content of the cell to the left */
}
.zapati {
    bottom: 0;
    width: 100%;
    vertical-align: bottom;
}
.zahlavi{
    top: 10;
    vertical-align: top;
    text-align: center;
    height: 14px;
}
.obsah{
    vertical-align: top;
    text-align: left;
    padding:5%
}
a {
    text-decoration: none;
    color:#ffffff;
}
a:hover {
    text-decoration: underline;
}