body { background-color: #e6f4ea; text-align: center; font-family: Arial, sans-serif; }
        .container { max-width: 800px; margin: auto; padding: 20px; }
        .header { display: flex; justify-content: space-between; padding: 10px; }
        .logo {width: 80px;
        height: auto;
        margin-right: 30px;}
        .logotip { height: 220px; }
        .vizit{ height: 280px; }
        .letak { height: 430px; }
        .plakat { height: 550px; }
        .vid { height: 300px;}
        .box { background-color: #c8e6c9; padding: 20px; margin: 10px; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
        .link-box { background-color: #66bb6a; padding: 15px; border-radius: 10px; }
        .link-box a { color: white; font-weight: bold; text-decoration: none; }

        header {
            background-color: #2c6e49;
            color: white;
            text-align: center;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .linija
        {text-decoration: underline;}    
footer {
    text-align: center;
    padding: 10px;
    background-color: #2c6e49;
    color: white;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #3a7d44;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}
#more {display: none;}