#main-content-wrapper {
  margin-top: 0px;
  margin-bottom: 100px;
  width: 60%;
  
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.largetext {
  font-size: 50px;
  font-weight: bold;
}

.medtext {
  font-size: 25px;
}

#countdowntext {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: bold;
}