body {
  width: 100%;
  height: 100%;
  padding: 0px;
  font-family: "Dangrek";
  color: #f9f2ed;
  font-size: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  background:none transparent;
}

.countdown-itemshop {
  font-size: 3px;
  height: 80;
  width: 320px;
  background: #3ab0ff;
  border-radius: 12px;
  
}

.countdown-seasons {
  font-size: 3px;
  height: 80;
  width: 400px;
  background: #3ab0ff;
  border-radius: 12px;
}

ul#embed li {
  display: inline-block;
  font-size: 75px;
  line-height: 80px;
}

ul#embed li.seperator {
  font-size: 75px;
  line-height: 70px;
  vertical-align: top;
}



#embed {
  padding: 0px;
}


