body {
  overflow: hidden;
  background-image: url("bg_notfound.png");
  background-repeat: repeat;
  background-color: white;
  color: white;
  font-family: Arial;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
    1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

img {
  margin-top: 0px;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

h1 {
  margin-bottom: 200px;
}

p {
  margin-bottom: 75px;
}

img {
  margin-top: 225px;
}