body{
    background: #420505;
    margin: 50px 0px 0px 0px;
}

table{
    text-align: center;
    margin: auto;
}

td{
    padding: 20px;
}

.ornament{
    user-select: none;
    filter: saturate(1.2);
    height: 210px;
    width: 145px;
}
.holly{
    user-select: none;
    filter: saturate(1.2);
    height: 200px;
    width: 150px;
}
#hollytd{
    width: 50px;
    height: 70px;
}

#headertd{
    width: 1000px;
}
td header{
    width: 80%;
}

@keyframes light{
    0%{box-shadow: 0 0 40px 20px rgba(215, 187, 64, 0.5);}
    100%{box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);}
}
header{
    margin: auto;
    padding: 10px 20px 10px 20px;
    background: #3b0303;
    text-align: center;
    font: 24px bold;
    color: #836c37;
    animation: light 10s 1;
    border: 9px solid #2d0b0b;
    outline: 6px solid  rgb(2, 42, 2);
    border: 6px solid rgb(2, 42, 2);
    outline: 9px solid #340a0a;
}

.buttonDiv{
    margin: 40px auto;
}

.storyButtons{
    padding: 0;
    user-select: none;
    filter: sepia(25%) grayscale(5%) brightness(90%) saturate(1.3);
    border: 10px solid rgb(15, 64, 15);
    transition: filter 1.5s, box-shadow 1.5s;
}

.overlayText{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    font: 35px bold;
    font-weight: bold;
    color:#730303;
    transition: visibility 1.5s, opacity 1.5s;
}

/* .storyButtons:hover .overlayText{
    visibility: visible;
    opacity: 1;
} */

.storyButtons:hover{
    visibility: visible;
    box-shadow: 0 0 30px 12px rgba(230, 190, 15, 0.6);
    filter:  sepia(45%) grayscale(5%) brightness(80%);
}

.buttonImg{
    height: 355px;
    width: 295px;
    display: block;
}

.controlButtons{
    border: hidden;
    font: 28px bold;
    background: #420505;
    color: #836c37;
    width: 100px;
    border-radius: 10px;
}

.controlButtons:hover{
    color: #6a582e;
}

.wreath{
    user-select: none;
    filter: sepia(10%) saturate(1.3) brightness(80%);
    height: 175px;
    width: 175px;
}

.candyCane{
    user-select: none;
    filter: sepia(10%) saturate(1.3) brightness(80%);
    height: 185px;
    width: 135px;
}

main{
    margin: auto;
    padding: 15px;
    width: 50%;
    font-size: 20px;
    color: #836c37;
}

.footer{
    font-size: 20px;
    color: #270404;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px;
}