*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

body{
    margin-bottom: 20px;
}

header{
    background: #005E7C;
    width: 100vw;
}
header nav ul li{
    list-style: none;
    font-size: 1.6em;
    padding: 10px 0;
    
}

header nav ul li a{
    text-decoration: none;
    color: white ;
    padding-right: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    padding-left: 15px;
}

header nav ul li a:hover, .active{
    background: rgba(0, 0, 0, 0.1);
}

article{
    margin: 10px 20px;
    line-height: 1.5em;
    font-size: 1.3em;
    text-align:center;
    
}

h1{
    text-align: center;
    font-weight: bolder;
    margin-top: 20px;
}

footer{
    text-align: center;
    font-size: larger;
    position: fixed;
    bottom: 0;
    width: 100vw;
    background: #005E7C;
    color: white;
    
}

hr{
    margin-bottom: 10px;
}

p{
    margin-bottom: 10px;
}

img{
    justify-content: center;
}
strong{
    color: #ff9c40;
}

audio{
    height: 30px;
}

.info{
    background: hsl(65, 100%, 78%);
}

#truhla{
    width: 300px;
}

@media (min-width: 600px) {
    header nav ul li{
        display:inline-block;
        margin-bottom: -7px;
        padding-right: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }
    header nav ul{
        text-align: center;
        
    }

    #tabulka{
        width: auto;
    }

    #truhla{
        width: 500px;
    }
}