html, body {
    margin: 0;
    padding: 0;
}







.hore{
    border: 0.5vw solid #233;
    background-color: #222;
    height: 60px;
    width: 100%;
    
}

.hore a {
    text-align: center;
    padding: 9px;
}

.zpet{
    margin: 14px;
    width: 20px;
}
.zpet img{
    width: 50px;
}
.container{
    height: 100%;
    margin: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-image:url(obrázky/2560x1600-4586203-cigars-whisky-alcohol.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.nazev{
    
    text-align: center;
    font-size: 17vw;
    color:aliceblue;
    opacity: 85%;
    text-shadow: 1px 1px 3vw black;
}
.dole1
{

width: 100%;
background-image: url(obrázky/pozadí.jpg.png);
background-size: 100%;
margin-top: 0;
}

.dole2{
width: 100%;
height: 100%;
position: relative;
background-color: rgba(34, 51, 51, 0.75)
}
.obraz, .popisek
{
    display: inline;
}

.obraz 
{
    padding: 10vw;
    height: 30vw;


}

.obraz img 
{
    width: 30vw;
    padding: 3vw;
}

.popisek
{
    position: absolute;
    padding: 3vw;
    text-align: center;
}
.popisek h1
{
    color: aliceblue;
    font-size: 30px ;
}
.popisek p 
{
    color: aliceblue;
    font-size: 25px;
}
.js
{
    padding: 10vw;
    color: aliceblue;
    text-align: right;
}

.js h1
{
    font-size: 30px;
}

.js h2
{
    font-size: 20px;
}
.js span
{
    font-size: 15px;
}