/*.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 880px;
}*/

.center-wrapper {
  background-color: white;
  width: 590px;
  height: fitcontent;
  overflow: hidden;
  padding: 40px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.celestial-container {
  border: 2px solid black;
  margin: 0 auto;
  /*height: 700px;*/
  text-align: center;
  position: relative;
}

#celestial-map {
  position: relative;
  margin-top: 30px;
}

.notes {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#date-selector select{
  background-color: transparent;
  margin: 0px auto 10px;
  color: white;
}


.day-box, .month-box, .year-box{
  display: inline-block;
  width: 25%;
}
.year-box{ width: 47.5%}
#elementor-tab-content-1433{ padding: 27px; }

