html {
  background: url(./julen.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #0504aa;
  background-size: 50%;
}

h1 {
	font-family:arial;
	color:white;
	text-align:center;
}

a  {
	font-family:arial;
	color:white;
	text-align:center;
	font-size: 35px;
}

.OutlineText {
	font-family: Arial, Tahoma;
	font-size: 72px;
	text-align: center;
    color: white;
    text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black,
    -2px 0 0 black,
    2px 0 0 black,
    0 2px 0 black,
    0 -2px 0 black;
}
