.haunt_div {
    margin-top: 25px;
    text-align: center;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

#htw_explanation {
    margin: 25px 15px 0 15px;
    font-size: 20px;
}

.story {
    margin-top: 100px;
    font-size: 35px;
    padding: 20px;
}

#dt_story {
    position: relative;
    bottom: 60px;
}

#sf {
    position: relative;
    /*bottom: 35px;*/
}

#sf_haunt {
    border-bottom: solid 2px dimgrey;
    padding-bottom: 15px;
}

#dt_haunt {
    position: relative;
}

.haunt {
    width: 100%;
    cursor: pointer;
}

#main {
    font-family: 'Special Elite', cursive !important;
    color: #1fff00;
    box-sizing: border-box;
}

.pic_td_left {
    width: 50%;
    text-align: left;
    padding: 20px;
}

.pic_td_right{
    width: 50%;
    text-align: right;
    padding: 20px;
}

#pics {
    width: 100%;
}

.pic {
    height: 250px;
}

#two_haunts {
    color: red;
    font-size: 25px;
    text-align: center;
}

#footer {
    position: relative;
}