h1 {
  color: Indigo;
}
body {
  background-color: White;
}
a {
  color: MediumSlateBlue;
    z-index: 1000;
  position: absolute;

}
.img_deg {
float: right;
position: absolute;
z-index: 1000;
 left: 800px;
  top: 100px;
}
sub {
  color: Indigo;
}

p {
   z-index: 100;
  position: Relative;
  font-size: 36px;
  left: 207px;
  top: -45px;
}
#container {
  height: 400px;
  width: 400px;
  position: relative;
}
p2 {
  color: indigo;
  Position: relative;
   z-index: 10;
  font-size: 36px;
  left: 50px;
  top: 440px;
}
h2 {
  color: indigo;
  line-height: 1.1;
  width: 10.1;
   z-index: 100;
  position: absolute;
  font-size: 36px;
  left: 50px;
  top: 200px;
}
ul {
  color: indigo;
  line-height: 1.1;
  width: 10.1;
   z-index: 100;
  position: absolute;
  font-size: 32px;
  left: 50px;
  top: 280px;
}
.demon {
  position: absolute;
z-index: 1000;
 left: 1100px;
  top: 150px;
  color: FireBrick;
}
body {
    background-image: url("cat2.jpg");
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;  
    background-attachment: fixed;
}