body {
  background: #803131;
}
p {
  color: #eeb7b7;
font-family:monospace;
  font-size: 17px;
  margin: 42px;

  


}
h1 {
 
color:rgba(255, 250, 141, 0.72);
font-size: 56;
 font-weight: 100;
 font-family: monospace;
  letter-spacing: 3px;
  padding: 5px;
}

.stranger-things{
  width: 300px;
  height:150px; 
  float: right;
  border-style: dashed;
 color: rgba(226, 19, 19, 0.76)
}
 
.locke-and-key{
  background-image: url("locke-and-key.png");
width: 200px;
  height: 200px;
  float: right;
    border-style:outset;
  border-color: #b87f5d

}

.black-phone{
background-image: url("BlackPhone.png");
float:right; 
height: 202px;
border-style: dashed
}
  .insidious{
     height:250px; 
    float: right;
    border-style: dashed;
    color: rgba(226, 19, 19, 0.76)
  }

.coraline-image {
float: right;
}


h3{
  color: #e9dbbe; 
  padding: 24px;
}
ol{
  color: #e9dbbe;
}

u {
  text-decoration-color: rgba(255, 250, 141, 0.72);
}



hr {
  color: #eeb7b7
  
}

hr {

  border: none; 
  
  height: 2px; 
 
  background-color: rgba(244, 189, 189, 0.76); 
  margin: 20px 0; 
}


.coraline {
  background-image: url("coraline.png");
  border-style: dashed
}








