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);
}
.prvi{
    position: relative;
    top: 28px;
    left: 300px;
}
.drugi{
    position: relative;
    left: 370px;
    top: 10px;
}
.treci{
    position: relative;
    left: 430px;
    bottom: 7px;
}
.cetvrti{
    position: absolute;
    left: 1200px;
    bottom: 10px;
    padding: 15px;
    background-color: rgb(30, 104, 77);
}
.cetvrti:hover{
    padding: 20px;
    background-color: rgb(15, 131, 88);
}
.vid{
    position: relative;
}
body{
    background-color: rgb(47, 170, 135);
}
table{
    padding: 20px;
    background-color: white;
    border: 1px solid black;
}
