@charset "utf-8";
/* CSS Document */
#container
{
	height: auto;
	min-height: 700px;
	width: auto;
	background-repeat: repeat;
    align-content: center;
	background-image: url("/jif.gif");
}
#container h1
{
	font-size: 9em;
	 
	 color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
   
}