

body{
    background-color: blanchedalmond;
    font-family: 'Gill Sans', 'Gill Sans MT','Trebuchet MS', sans-serif;
    color: aliceblue;
    text-shadow: -2px 2px 9px  black;
    font-size: 2.5vw;
}
h1{
    font-size: 11vw;
    color: aliceblue; 
    text-align: center;
    padding-top: 24.5vw;
}

.nadpis{
   text-align: center;
   position: relative;
}

.vrsek{
    width: 15%;
    position: absolute;
    left: 42%;
    top: 1%;
    
}
.spodek{
    width: 17%;
    position: absolute;
    left: 41%;
    padding-bottom: 50vw;
}
.kontakt{
    border: 10px azure solid;
    border-radius: 20px;
    position: absolute;
    margin: 45px;
    padding: 20px;
    left: 14%;
    top: 115vw;
    z-index: 1;
    display: block;
    background-color: rgba(240, 255, 255, 0.349);
}


.bublina1{
    width: 22%;
    position: fixed;
    right: -5%;
    top: -8%;
    z-index: 1;
}

.bublina2{
    width: 15%;
    position: fixed;
    right: 13%;
    top: -8%;
    transition:  0.5s ease-in-out;
    z-index: 1;
}
.bublina2:hover{
    transform: scale(1.3);
}
.bublina3{
    width: 7%;
    position: fixed;
    right: 20%;
    top: 35%;
    
}
.bublina4{
    width: 20%;
    position: fixed;
    left: -2%;
    top: -8%;
    z-index: 1;
    transition:  0.5s ease-in-out;
}
.bublina4:hover{
    transform: scale(1.3);
}
.bublina5{
    width: 20%;
    position: fixed;
    left: -2%;
    top: -8%;
    transition:  0.5s ease-in-out;
}
.bublina5:hover{
    transform: scale(1.3);
}
.bublina6:hover{
    transform: scale(1.3);
}
.bublina6{
    width: 16%;
    position: fixed;
    left: -5%;
    top: 23%;
    transition:  0.5s ease-in-out;
    z-index: 1;
}
.bublina7{
    width: 7%;
    position: fixed;
    right: 70%;
    top: 19%;
    
}
.bublina8{
    width: 22%;
    position: fixed;
    right: -5%;
    top: -8%;
    transition:  0.5s ease-in-out;
    z-index: 1;
}
.bublina8:hover{
    transform: scale(1.3);
}
.velkevino{
    width: 101.6%;
    position: relative;
    top: 60vw;
    left: -1%;
    margin: 0;
    display: block;
    
}
