@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body{
  margin: 0 auto;
  background-image: url(slike/gettyimages-1146431497.webp);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2{
  font-family: Bebas Neue;
}

.naslovni_div, nav, a{
  display: flex;
  align-items: center;
  justify-content: center;
}

h1{
  font-size: 50pt;
}

.naslovni_div{
  background-color: rgb(0, 0, 0);
  box-shadow: 8px 8px 10px rgb(11, 236, 11);
  color: green;
  width: 60em;
  height: 10em;
  margin-top: 5em;
  margin-left: 30em;
  border: 4px solid green;
  border-radius: 20px;
}

nav{
  background-color: rgb(0, 0, 0);
  box-shadow: 8px 8px 10px rgb(11, 236, 11);
  color: green;
  width: 50em;
  height: 5em;
  margin-top: 5em;
  margin-left: 35em;
  border: 4px solid green;
  border-radius: 50px;
}

.nav_a{
  top: 20px;
  text-decoration: none;
  color: green;
  font-size: 25pt;
  margin: 0.5em;
  padding-right: 0.7em;
  border-right: 2px solid green;
}

.left_border{
  padding-left: 0.7em;
  border-left: 2px solid green;
}

.nav_a:hover{
  color: white;
  text-decoration: underline green;
}

hr{
  margin-top: 36.5em;
  margin-bottom: 0;
  border: 3px solid green;
}

footer{
  background-color: black;
  color: green;
  height: 20em;
  width: 100%;
  text-align: center;
  padding-top: 5em;
}

.zastita_div, .zivotinje_div, .biljke_div{
  text-align: center;
  background-color: rgb(0, 0, 0);
  box-shadow: 8px 8px 10px rgb(11, 236, 11);
  color: green;
  width: 60em;
  min-height: 20em;
  margin-top: 5em;
  margin-left: 30em;
  border: 4px solid green;
  border-radius: 20px;
}

ul{
  list-style: none;
}

li{
  margin-top: 0.6em;
}

.podnaslov_overline{
  padding-top: 1em;
  text-decoration: overline green;
}

dt{
  font-weight: 900;
}

dd{
  margin-top: 0.6em;
}

img{
  width: 20%;
  margin-top: 2em;
}
.podnaslov_zivotinje, .podnaslov_biljke{
  font-size: 30pt;
}

.zivotinje_a, .biljke_a{
  text-decoration: none;
  color: green;
  font-size: 20pt;
  margin: 0.5em;
}

.zivotinje_a:hover{
  color: white;
  text-decoration: underline green;
}

.biljke_a:hover{
  color: white;
  text-decoration: underline green;
}