.shade{
    background-image: url(/img/ghirlandahalloween.gif);
    height: 90px;
    position: fixed!important;
    z-index: 3;
    width: 100vw;
    z-index: -9;
    background-size: 780px;
    background-position-x: -23px;
}

.help, header{
    border-color: rgb(233, 80, 10)!important;
}

.blinkies, .head{
    border-color: rgb(209, 117, 31)!important;
}

main{
    background-image: url(/img/bck/spiderweb.gif)!important;
}

.halloween img{
    display: inline-block;
}

.tankbttns a, #factsbutton, .about-open{
    background-color: rgb(218, 100, 22)!important;
    border-color: rgb(226, 57, 5)!important;
}

.tankbttns a:hover, #factsbutton:hover, .about-open:hover {
    background-color: rgb(228, 114, 38)!important;
    border-color: rgb(228, 73, 26)!important;
}

.tankbttns a:active, #factsbutton:active, .about-open:active {
    background-color: rgb(179, 78, 11)!important;
    border-color: rgb(180, 50, 10)!important;
}

.squares{
    border-color: transparent;
}

.squares::after{
    content: " ";
    display: block;
    position: relative;
    width: 95%;
    position: absolute;
    top: -4px;
    z-index: 999;
    pointer-events: none;
    border-width: 35px;
    border-image-slice: 24 27 0 27;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-source: url("/img/1.gif");
    border-style: solid;
}