body {
  background-image: url(/frozenbg.jpg);
  background-repeat: no-repeat;
  text-align: center;

}

#normal {
  margin-top: 10%;
  width: 80%;
  background-color: white;
  box-sizing: content-box;
  padding: 6px;
  margin: auto;
  border: double 10px #3b74bf;
  display: block;
  
}

#text {
  font-size: 36px;
  display: block;
}

table, th, tr {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  font-size: 110%;
  
  
}