body{color:black;
text-align:center;
background-attachment:fixed;
background:white;
font-style:Arial, roboto;
background-color:#F2F2F2;}

style{text-decoration:none;}


h1{color:black;
font-size:50;
text-align:center;
background-color:#818589;
padding:20px
}

.uvodna-slika{
	width:auto;
	height: 50%;
	
}


.slika-box{
}

.slika-wrapper{
}


.tekst{
	font-size: 20px;
}

.kartica{
  text-align: center;
  border-radius:30px;
  border:3px dotted #30A3F0;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.zanimivost {
  display: flex;
  gap: 40px;
  padding: 60px 40px;
  justify-content: center;
}


.ogenj{
	width: 80% !important; 
	height: auto !important;
}


.kartica h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.kartica img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  transform: translate(30px, 15px);
}

.domov{border-radius:5px;
border:0px solid #30A3F0;
padding:15px;
width:40px;
height:40px;
border:none;
color:black;
background-color:#ff6600;
transition:0.5s;
text-decoration: none;
}

.domov:hover{
  background-color: #36454F;
  transform: scale(1.3);
}


table{border-color:yellow;background-color:blue;}

footer {
  background-color:lightgrey;
  background-image:url(gimvic-siv.png);
  background-size: 70px;
  font-size:15;
  font-weight:5;
  text-align: center;
  padding: 100px;
}