html,body{
  height:100%;
  margin:0;
  padding:0;


  }
  
body{
  text-align:center;
  min-width:700px;
  min-height:500px;

}



#container{
  position:absolute;

  top:50%;
  left:50%;
  margin-top:-250px;/* half elements height*/
  margin-left:-350px;/* half elements width*/
  width:700px;
  height:500px;
  text-align:center;
  color: white;
  font-size:70px;
  font-family:"Kunstler Script";
}

