.razred {
  border: 5px solid brown;
  padding: 10px;
  font-weight: bold;

}
body {
  background-color: #c3e0d0; 
}

h1 {
  font-family:cursive, sans-serif; 
  color: green;                   
  text-align: center;             
  font-weight: bold;
}

p  {
  font-family: Arial, sans-serif; 
  color: black;                              
}

h2  {
  font-family: Arial, sans-serif; 
  color: Black;                   
  font-weight: bold;
}
#poseben {
  padding: 10px;
  color: black;
  text-align: center;             
  font-size: 25px;
  font-family: Fantasy;
}