body::before {
		background-image: url(https://ichef.bbci.co.uk/wwfeatures/live/976_549/images/live/p0/7r/yy/p07ryyyj.jpg);
	 content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  position:absolute; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

html {
	font-family: 'Montserrat', sans-serif;
	font-weight: 999;
}

form {
	font-weight: 2em;
}

.black-shadow {
	text-shadow: 9px 9px 9px black;
}

.white-shadow {
	text-shadow: 9px 9px 9px white;
}
