section{
    width: 100%;
    height: 920px;
    background-color: rgb(255, 255, 255);
    color: black;
    font-size: 25px;
}

header {
 background-image: url(slike/header.png);    
  height: 100px;
  width: 100%;
  text-align: center;
}
 


  footer{
    width: 100%;
    height: 50px;
    background-color: rgb(0, 68, 20);
    text-align: right;
   font-style: italic;
   color: white;
   font-size: 20px;
}

h1{
    font-size: 40px;
}
h2{
    color: #ffffff;
font-size: 35px;
}
p{
    font-size: 20px;
}

article {
  padding: 20px;
  margin: 20px 0;
  color: white;
}

.a1 {
  background-color: #ff6600;
}

.a2 {
  background-color: #c01212;
}

.a3 {
  background-color: #693923;
}
.a4 {
  background-color: #1b7718;
}