body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #eaf4e1;
}

header {
    background-color: #2c6e49;
    color: white;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 80px;
    height: auto;
    margin-right: 30px;
}

nav ul {
    list-style: none;
    padding: 0;
    background-color: #2c6e49;
    text-align: center;
    margin: 20px 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 10px;
    background-color: #3a7d44;
    border-radius: 5px;
}

nav ul li a:hover {
    background-color: #61a96e;
}
nav ul li a.active {
    background-color: #1d4d4f;
}
a.active {
    background-color: #1d4d4f;
}
h2, h3 {
    color: #1d4d4f;
}
.alo{
    text-align: center;
}
section {
    width: 60%;
    margin: 20px auto;
    padding: 15px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.vrsta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.vrsta img {
    width: 150px;
    border-radius: 5px;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #2c6e49;
    color: white;
}
.category {
    display: flex;
    align-items: center;
    background: white;
    width: 60%;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.category img {
    width: 200px;
    height: 150px;
    border-radius: 10px;
    margin-right: 20px;
}
.pategory {
    display: flex;
    align-items: center;
    background: white;
    width: 60%;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    flex-direction: row-reverse; /* Move the image to the right */
}

.pategory img {
    width: 200px;
    height: 150px;
    border-radius: 10px;
    margin-left: 20px; /* Adjust the margin to be on the left side of the image */
}
.category .text {
    flex: 1;
}
.pategory .text {
    flex: 1;
}
.linija
{text-decoration: underline;}
.olinija
{text-decoration: overline;}
#more {display: none;}