/* CSS  velke pismo */
@media screen { 

body {
  font-size:150%;
}
}
@media handheld {

} 

