.background-image {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  
  display: block;
  background-image: url('/Res/Backgrounds/stranded..png');
  background-size:cover;
  width: 100%;
  height: 100%;
  background-position: center;
  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.content {
  position: fixed;
  margin-top: 550px;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-left: 20px;
  margin-right: 20px;
}

.p1 {
  
  font-family: "Lucida Handwriting";
  color: rgb(158, 219, 210);
}

.h1 {
  
  font-family: "Lucida Handwriting";
  color: rgb(158, 219, 210);
}
html {
    height: 100%;
}

body {
  background-color: gray;
  text-align: center;
  color: purple;
  height: 100%;
}