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

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: 20px;
}
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;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #3a7d44;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}
.info, .protection-methods, .environment-laws, .natura-2000, .images {
    width: 60%;
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.rin img{
    width: 63%;
    height:70%;
}
.rin{
    text-align: center;
}
.linija
{text-decoration: underline;}
.button {
    width: 100px;
    height:40px;
    margin: 0px;
  position: absolute;
  top: 62%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: none;
    color: white;

    background-color: #3a7d44;
    border-radius: 2px;
  }

.natura-2000 {
    background-color: #d9f2d9;
    border-left: 5px solid #2c6e49;
    padding: 25px;
}

.container {
    width: 80%;
    margin: auto;
    padding: 20px;
}

h2, h3 {
    color: #1d4d4f;
}

.chart-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

canvas {
    background: white;
    border-radius: 10px;
    padding: 10px;
}


.profile {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    color: white;
    margin: 0;
  }
  
  .profile img {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 160px;
    width: 30px;
    height: auto;
    border-radius: 400px;
  }
footer {
    text-align: center;
    padding: 10px;
    background-color: #2c6e49;
    color: white;
}
#more {display: none;}

