* {
    padding: 0;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
}
a {
    cursor: pointer;
}
.NASLOVNICA {
    width: 100%;
    height: 100vh;
    background-image: url(OZADJE.jpg);
    background-position: center;
    background-size: cover;
    
}
.MENI {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    backdrop-filter: blur(1px) grayscale(0.2) brightness(0.7);
    position: fixed;      
    top: 0;
    left: 0;
    z-index: 200;
}
.LOGO {
    margin-left: 0%;
    width: 100px;
}
.MENI ul{
    display: flex;                  
    justify-content: space-around;  
    flex: 1;                        
    margin-left: 60px;
}
.MENI ul li{
    list-style: none;
}
.MENI ul li a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-style: initial;
    font-weight: bold;
    transition: 0.3s;
    pointer-events: auto;
}
.MENI ul li a:hover {
    color: rgba(209, 170, 73, 0.836);            
}
.PODATKI{
    width: 100%;
    text-align: center;
    color: white;
    justify-content: center;
    padding-top: 377px;
    position: relative;  
    z-index: 100;  
}
.PODATKI h1{
    font-size: 70px;
}
.PODATKI h3{
    margin-top: 10px;
}
.PODATKI p {
    margin: 20px;
    line-height: 30px;
}
.PODATKI a {
    color: white;
    text-decoration: none;
    cursor: pointer; 
    pointer-events: auto;
}
.JP-img {
    width: 300px;
    height: 200px;
    object-fit: cover;  
    margin: 15px;
    border-radius: 12px;
    display: inline-block;
}
.OPIS-MENE {
    position: fixed;
    font-size: larger;
    padding: 250px;
    text-align: center;
    border-radius: 20px;
}