body{
    background-image: url(The-Lakes-Gin-Elderflower-Liqueur-Hero-1920x1080.jpg);
    background-repeat: no-repeat;
}

h1{
    color:rgb(253, 214, 163);
    font-size: 300px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 1%;
    padding-top: 2%;
}

.bar{
    width: 100.9%;
    margin-top: -0.5%;
    margin-left: -0.5%;
    margin-right: 5%;
}

.nepovedlo{
    color: rgb(253, 214, 163);
    font-weight:bolder;
    font-size: 50px;
    
}

a{  
    text-decoration: none;
    color: rgb(253, 214, 163);
}
a:hover{
    color: brown;
    transition: 1s;
}

.lista{
    width: 100.9%;
    height: 40px;
    background-color: rgb(105, 105, 105);
    color: white;
    text-align: center;
    padding-top: 20px;
    position: relative;
    margin-top: 20.75%;
    margin-left: -0.5%;

}