.spook{
    background-color: orange;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
}

.header{
    background-image:url("../web_images/DSC_0336.JPG");
    height: 400px;
    background-position: center;
    /*background-size: cover;*/

    color:ghostwhite;
    text-align: center;
    padding: 20px;
    
    /*background-color:black;*/

    /*background-repeat: no-repeat;*/

}
.sub_head{
    background-color: black;
    /*max-width: 50;*/
    border-radius: 60px; /*rounds the box*/
    padding: 20px 30px;
}
body{
    background-color: rgb(199, 71, 24);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.construction{
    background-color: yellow;
    text-align: center;
    border-radius: 5px;
    border-color: black;

}

#journalSelection{
    background-color: rgb(232, 255, 127);
    padding: 20px;
}
#entrySelection{
    background-color: bisque;
    padding: 20px;
}