html, body {
    height: 100%
}
.box {border:3px dashed #FF0000;}
td {border:none;}
.preeload { visibility: hidden; }

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  font-size: 15px !important;
  font-family: "Trebuchet MS";
  text-shadow: 2px 2px 2px rgba(120, 120, 120, 0.72);
  font-weight: bolder;
  font-style: italic;
  color: blue;
}

/* Shadowed Text */
.fullyvaxed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -165%);
  white-space: nowrap;
}  
.cantabs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -145%);
  white-space: nowrap;
}
.foryears {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  white-space: nowrap;
}
.tuitionservices {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  white-space: nowrap;
}
.allservices {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  white-space: nowrap;
}                                