body{font-family: Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

h1 {
  text-shadow: 2px 2px #06634A;
  text-decoration: underline;
}

ul {
  list-style-type: none;
  padding: 0;
  background-color: #09824F;
  display: flex;
}

ul li a {
  font-weight: bold;
  display: block;
  color: white;
  padding: 20px 30px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #06634A;

}

<!--dropdown meni-->

button{font-family: Verdana, sans-serif; font-weight: bold; font-size: 20}

.dropbtn {
  background-color: #09824F;
  font-size: 20px;
  color: white;
  padding: 20px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #09824F;
  min-width: 200px;
}

.dropdown-content a {
  color: white;
  padding: 20px px;
  text-decoration: none;
  display: block;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.dolje {
  background-color: #09824F;
  font-size: 12px;
  color: white;
  padding: 20px;
}

.dozivljaj {
  background-color: #EBE6DA;
  border-style: double none double none;
}


div.scroll-container {
  background-color: #333333;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
}
