body, html{
    height: 100%;
    margin: 0 auto;
     font-family: "Sigmar-one", cursive;
  font-style: normal;
      width: 90vw;
      background-color: #F6DB89;
      justify-content: center;
      align-content: center;
}

.bg-image{
    min-height:80%;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position: center;
    margin: 0 auto;

    
}

.sign{
    background-color: #D7474E;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
}

.seance{
    background-image: url("../images/TerrySeance.jpg");
}

.basement{
    background-image: url("../images/terrybasment.jpg");
}

.note{
    background-image: url("../images/terrynote.jpg");
}

.dig{
    background-image: url("../images/terrydig.jpg");
}
.salt{
    background-image: url("../images/terrySalt.jpg");
}
.Terryinwindow{
    background-image: url("../images/terryfeet.jpg");
}
.idk{
    background-image: url("../images/9adffb70a8013c6111bd6913b3d54ca9.png");
}

.procedure{
    background-color:#DA5960;
    border: #D7474E outset 5px;
    color: white;
    height: auto;
    display: flex;
    align-items: center;
    padding:50px 50px;
    flex-direction: column;
   
}

 h1{
    color:white;
    text-align: center;
    position: sticky;
    top:0;
    display: block;
    width: auto;
}
h2{
    color: #586A8B;
    border: #bca769 outset 5px;
    border-radius: 10px;
    background-color:#F6DB89;
    align-self: center;
    width: 60%;
    text-align: center;
}