#losingTail {
    border: 5px outset red;
    background-color: lightblue;
    text-align: center;
    width: 800px;
    height: 50px;
    font-size: xx-large;
    margin: auto; 
    
}
#tailLength {
    margin: auto;
    border: 5px outset crimson;
    background-color: violet;
    text-align: center;
    width: 800px;
    height: 50px;
    font-size: xx-large;
    margin-top: 2%;
}
#snakeGame {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    margin-top: 20%;
}
#footer {
    border: 5px outset red;
    background-color: transparent;
    text-align: center;
    font-size: xx-large;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 99.5%;
    height: 50px;
    color: antiquewhite;
}
a {
    margin: 49%;
    color:slateblue;
}
a:hover{
    color:white;
}
body {
    background-color:rgb(53, 2, 53);
    width: 80%; 
    margin-left:auto; 
    margin-right: auto; 
    min-height:100%;
    height:100%;
}
h1 {
    text-align: center;
    font-size: 500%;
    color: darkgreen;
}