html, body {
    height: 100%
}
h2 {
	font color: blue; 
	display: inline-block;
}
.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: 20px !important;
  font-family: "Trebuchet MS";
  text-shadow: 3px 3px 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(-55%, -170%);
  white-space: nowrap;
}  
.cantabs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-56%, -90%);
  white-space: nowrap;
}
.foryears {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-57%, -10%);
  white-space: nowrap;
}
.tuitionservices {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-54%, -20%);
  font-size: 35px;
  white-space: nowrap;
}
.allservices {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
  font-size: 35px;
  white-space: nowrap;
}                                