td{
    border: 5px solid black;
    height: 20%;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    font-family: "Gotchies", cursive;
    font-size: 70px;
    cursor:pointer;
}

table{
    border-collapse: collapse;
    position: absolute;
    width:500px;
    height:500px;
    top: 150px;
}

.endgame{
    font-family: "Gotchies", cursive;
    display: none;
    width: 500px;
    top: 700px;
    background-color:black;
    position: absolute;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    border-radius: 5px;
    color:white;
    font-size: 2em;
}

button{
    font-family: "Gotchies", cursive;
    background-color:rgba(0,0,0,255);
    color:white;
    border: none;
    border-radius: 5px;
    padding: 10px 24px;
    text-align: center;
    position: absolute;
    font-size: 25px;
    width: 500px;
}

button:hover {
    background-color:red; /* Green */
    color: white;
}

table.center {
    margin-left: auto; 
    margin-right: auto;
}

@font-face {
    font-family: Gotchies;
    src: url(Gotchies-Regular.ttf);
}
