
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  color: #000000;
}
h1 {
  font-family: 'Aptos Black', sans-serif;
  font-size: 48px;
  text-align: center;
  margin-bottom: 10px;
  color: #0b0f14;
}
h3 {
  font-size: 24px;
  text-align: center;
  padding-top: 30px;
  color: #030202;
}

.glava{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background-color: #fbf1e0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-family: 'Aptos Black', sans-serif;
}
#logo {
    height: 60px;
  }
  
#meni {
    display: flex;
    gap: 30px;
  }
  
#meni a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
  }
.sredina {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.8;
      }
#razmik {
    padding-top: 220px;
}
#naslov{
    font-size:50px;
}
#podnaslov{
    font-size: 25px;
    margin-bottom: 5px;
}
.slike{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    max-width: 300px;
    margin: 20px auto;
}
.tekst{
  text-align:left;
  font-size: 18px;
  font: 'Open Sans', sans-serif;
}
#naslovi-skupaj h1 {
  margin-bottom: -15px;
}
#naslovi-skupaj h3 {
  margin-top: 0px;
}

a[href^="mailto:"] {
    color: blue;
    text-decoration: underline;
}
