html, body {
  height: 100%;
  margin: 0;
  line-height: 1.3;
  background: #fff;
}

body {  
  /*background: url('./texture.gif') repeat;*/
  color: #316108;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

#main {
  display: block;
  margin: 0 auto;
  width: 1153px;
  height: 960px;  
  background: url('./tree.png') center center no-repeat;
  position: relative;
}

.contentBox {
  position: relative;
  display: inline-block;  
  padding: 10px;
  border: 2px dashed #a9c19e;  
  font-size: 13px;  
  border-radius: 30px;  
  color: #316108;
  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='black' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 30px; */  
}

.contentBox a, .contentBox a:active, .contentBox a:visited {
  color: #000;
  text-decoration: none;
  font-weight: bolder;
}
.contentBox a:hover {
  text-decoration: underline;
}

.contentBox .closeBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "✖";
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  width: 26px;
  background: #fff;
  opacity: 0.9;
  height: 26px;
  border-radius: 13px;
  top: -5px;
  right: -5px;
  cursor: pointer;
  border: 2px dashed #a9c19e;
}
.contentBox .closeBtn:hover {
  background: #316108;
  color: #fff;
  opacity: 1;
}

.contentBox .inner {
  background: #ccc url('./texture.gif') repeat;  
  border-radius: 18px;
  padding: 15px 20px;
}

.contentBox h2 {
  color: #316108;
  margin: 0 0 15px 0;
  font-size: 17px;
}

.openBtn {
  display: block;
  cursor: pointer;  
  font-size: 19px;
  font-weight: bolder;
  color: #316108;
}

#referenceBtn {  
  position: absolute;
  top: 173px;
  left: 208px;  
}

#referenceBox {
  position: absolute;
  top: 255px;
  left: 0;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

#referenceBox.open {  
  left: 120px;
  opacity: 1;
}

#kontaktBtn {  
  position: absolute;
  top: 234px;
  right: 213px;
}

#kontaktBox {
  position: absolute;
  top: 280px;
  right: 0;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

#kontaktBox .inner {
  display: flex;
  gap: 40px;
}

#kontaktBox.open {  
  right: 60px;
  opacity: 1;
}

#filosofieBtn {  
  position: absolute;
  top: 516px;
  right: 380px;  
}

#filosofieBox {
  width: 360px;
  position: absolute;
  top: 558px;
  right: 0;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}
#filosofieBox.open {  
  right: 100px;
  opacity: 1;
}

#reseniBtn {  
  position: absolute;
  top: 520px;
  left: 432px;  
}

#reseniBox {  
  position: absolute;
  top: 558px;
  left: 0;
  opacity: 0;
  transition: all 0.75s ease-in-out;
  text-align: center;
}

#reseniBox.open {  
  left: 0;
  opacity: 1;
}

#reseniBox .boxes {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

#reseniBox .box {
  padding: 30px 5px;
  display: block;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  width: 125px;
}
#reseniBox .box:hover {
  text-decoration: none;
}
#reseniBox .box strong {
  font-weight: bolder;
}
#reseniBox .name {
  display: block;
  margin-top: 25px;
  font-size: 18px;
}

#reseniBox .footer {
  font-size: 14px;  
  font-weight: bolder;
}
#reseniBox .footer strong {
  color:#000
}

#reseniBox .box.box-1 {
  background: #316108;
}
#reseniBox .box.box-2 {
  background: #fca531;
}
#reseniBox .box.box-3 {  
  background: #fede07;
  color: #000;
}
#reseniBox .box.box-4 {
  background: #24410e;
}

#footer {
  position: absolute;
  display: flex;  
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
#footer strong {
  color: #24410e;
}
#footer-logo {
  position: relative;
}
#footer-logo img {
  width: 100%;  
}
#footer-divider {  
  display: block;  
  width: 4px;
  border-radius: 2px;
  content: "";
  background: #24410e;
  margin: 0 30px;
}
#footer-text {    
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: bolder;
  font-size: 14px;
}