
.hlavni-obrazek{
   z-index: 5;
}

.hlavni-nazev{
    font-size: 180px;
    color: blanchedalmond;
    
}

.hlavni-obrazek img{
    width: 100%;
    height: 100vh;
}

.hlavni-nazev h1{
    font-family:  'Courier New', Courier, monospace;
    letter-spacing: 10px;
    position: absolute;
    font-size: 20vh;
    top: 50%;
    left: 50%;
    color: white;
    opacity:  80%;
    transform: translate(-50%, -50%);
    color: transparent;
    background-image: linear-gradient(45deg, #ff5733, #33d9e1);
    -webkit-background-clip: text;
    background-clip: text;

}

.hlavni-obrazek rect{
    background-color: black;
    opacity: 50%;
    height: 100vh;
    display: flex;
    width: 100%;
    position: absolute;
    top: 0%; 
}

.fa fa-sort-desc

.pozadi-1{
    background-color: black;
}

.info1{
    display: flex;
    margin-top: 10%;
}

.obrazek2{
    float: right;
    border-radius: 10px;
}

.text1{
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Dosis', sans-serif;

}

.info2{
    display: flex;
    margin-top: 10%;
}

.obrazek3{
    float: left;
    border-radius: 10px;
    width: auto;
    height: 40vh;
}

.text2{
    float: right;
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Dosis', sans-serif;

}
