body {
    background-color:rgb(0, 255, 255);
    text-align:center;
    /*background-image:url("Halloween background.gif");*/
    background-image:url("Christmas Background.gif");
    background-repeat:no-repeat;
    background-size: cover;
}

p{
    font-size:15px;
}

img{
    max-width:100%;
    max-height:135px;
    height:auto;
}

footer {
    background-color:black;
    border: none;
    text-align:center;
    color:white;
    padding:2em;
    position: fixed;
    
    bottom: 0;
    left:0;
    width:100%;
    height:20px;
}

.all-button {
    background-color:rgb(230, 230, 230);
    border:2px solid darkgrey;
    padding:10px 5px 0px 5px;
    width:75px;
    height:30px;
    /*float:right;*/
    /*margin-right:20px;*/
    margin-left:90%;
}

.all-button a {
    color:black;
    text-decoration: none;
}

.all-button:hover {
    background-color:rgb(250, 250, 250);
}

.all-button:active {
    background-color:rgb(200, 200, 200);
}

.red {
    color: Red;
}

.green {
    color: #007800;
}

.no-space {
    letter-spacing:-2px;
    background-color:white;
}