
body {
  text-align: center;
  background-color: #000!important;
  color: white !important;
}
.gradient-background {
  background: linear-gradient(300deg, #EBEF95, #E9B824, #FFA447);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}
.gradient-background2 {
  background: linear-gradient(300deg, #E9B824, #F8E559, #FF8911);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}


#rocniky a:hover {
  opacity: 0.5 !important;
  transition: 0,3s;
  height: 150%;
}
.header a:hover {
  color: yellow !important;
 }
 .navbar .header {
  height: 100px;
 }
 .navbar a {
 font-size: 27px;
 }
 .rocnik-div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFA447;
  text-align: center;
 }
 .cisla{
  color: #FF8911 !important;
  word-break: keep-all;
}
 h1 {
  font-size: 60px !important;
  color: #000 !important;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800 !important;
  font-style: normal;
 }
 .playfair-display-uniquifier {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.rocnik {
  text-align: center;
  height: 300px !important;
}
.podrocnik {
  height: 300px;
}


@media(max-width: 991px){
  .rocnik, .podrocnik {
    height: 200px !important;
  }
  
}
  @media(max-width: 650px){
    #title h1 {
      font-size: 45px !important;
    }

  }