.cipresa {
  display: block;
  margin:0 auto;
  max-width: 60%;
  height: auto;
  border-radius: 15px;
  border: 5px solid black;
}
.cipresa1 {
  display: block;
  margin: 0 auto;
  max-width: 40%;
  height: auto;
  border-radius: 15px;
}






body {
  background-color:rgba(0, 255, 0, 0.15);
}
h1 {
  color: Darkgreen;
  text-align: center;
   font-family: Arial;
   font-size: 400%
  
}
h2 {
	font-size: 160%
}
h3{color: Darkgreen;

}

p {
	color: Darkgreen;
  font-family: verdana;
  font-size: 20px;
  text-indent: 30px;
}







a:link {
 color: Darkgreen;

}

a:visited {
  background-color:green;
  color: rgba(0, 200, 50, 1);
}

  
a:hover, a:active {background-color: green;
  color: white;
}











.povdarjen_odstavek { color: rgba(100, 200, 50, 1);
font-size: 23px;
}






