html {
  font-family: 'Poppins';
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#dateInfo {
  height: 600px;
  font-size: 150%;
  color: white;
  text-align: center;
}
#dateInfo strong {
  font-size: 1000%;
}

/* weekDay  */
#weekDay {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 10%px;
  width: 100%;
}

#weekDay ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-image: none;
}
#weekDay li {
  font-size: 300%;
  float: left;
  padding: 8px 0;
  width: 14.28571428571429%;
  color: #fff;
  color: rgba(255, 255 ,255 , 0.5);
  text-align: center;
}

#weekDay li.active {
  border-top: 2px solid #fff;
  color: #fff;
  font-weight: 700;

}

#weekDay li.weekend {
  background-color: rgba(255, 255 ,255 , 0.25);
  text-align: center;
}