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;
    left: 400px;
    top: 40px;
}
.drugi{
    position: relative;
    left: 470px;
    top: 23px;
}
.treci{
    position: relative;
    left: 530px;
    top: 5px;
}
.cetvrti{
    position: relative;
    left: 600px;
    bottom: 13px;
}
h1{
    position: relative;
}
p{
    position: relative;
}
