body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

nav {
    width: 100%;
    background-color: #2e7d32;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 0 20px;     
    line-height: 70px;    
    font-family: Verdana, sans-serif;
    text-align: center;
}

nav a:hover {
    background-color: #1b5e20;
}

main {
    padding: 0;
    position: relative;  
}

/* Slika preko cele širine */
main img {
    width: 100%;
    height: 800px;       
}

main h1 {
    position: absolute;
    top: 400px;            
    left: 50%;
    width: 400px;
    margin-left: -200px;  
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight: bold;
}
main h2 {
    margin: 20px;
    font-weight: bold;
    color: black;
    font-size: 28px;
}
main p {
    margin: 0 20px 10px 20px;
    line-height: 1.8;
    font-size: 18px;
    color: #333333;
}
