nav{
    padding: 20px;
    padding-right: 1740px;
    background-color: rgb(199, 255, 235);
    position: fixed;
    top: 0;
}
nav a{
    text-decoration: none;
    padding: 15px;
    position: relative;
    left: 500px;
}
nav a:hover{
    padding: 15px;
    background-color: rgb(171, 218, 201);
}
body{
    background-color: rgb(215, 236, 230);
}
.prvi{
    position: relative;
    top: 38px;
}
.vid{
    position: relative;
}
.drugi{
    position: relative;
    left: 570px;
    top: 20px;
}
.treci{
    position: relative;
    left: 650px;
    top: 4px;
}
.cetvrti{
    position: absolute;
    left: 1000px;
    padding: 15px;
    bottom: 10px;
    background-color: rgb(177, 223, 206);
}
.cetvrti:hover{
    padding: 20px;
    background-color: rgb(171, 218, 201);
}
#vrh{
    position: relative;
}