.calendarmr{
margin: auto;
width: 70%;
}

#calendarintro .mesiace ul {
  padding-top: 5%;
}

#calendarintro {
  height: auto;
}

#calendarintro ul {
  list-style: none;
  display: inline;
  color: bisque;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  padding-bottom: 2px; 
}

#calendarintro ul li {
  list-style: none;
  display: inline;
  color: bisque;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  
}

.mesiace {
  padding: 35px;
  width: 30%;
  background: rgb(95, 61, 61);
  text-align: center;
  height: 30;
  margin: auto;
}

.kalen {
  padding: 40px 25px;
  width: 70%;
  background: rgb(95, 61, 61);
  text-align: center;
  margin: auto;
}








