html{
    background-color: rgb(35, 33, 36);
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
}
#webHeader {
    color: white;
    margin-left: 60px;
    padding: 10px;
    text-align: left;
}
body{
    margin: 0;
    padding: 0;
}

.topNavigator ul li a{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0px;
    margin: 1px;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: rgb(206, 202, 196);
    background-color: rgb(63, 63, 63);
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.topNavigator ul li a:hover{
    background-color: rgb(147, 147, 183);
}
.topNavigator ul li a:active{
    background-color: white;
}

.topNavigator ul{
    list-style-type: none;
    display: inline-flex;
}
nav{
    background-color:rgb(24, 24, 24);
    margin: 0;
    padding: 0;
    height: 50px;
    display: flex;
}

#comingSoon{
    color: white;
    text-align: center;
    margin-top: 15%;
}
.gameTable tr td figure img, .gameTable tr td figcaption , .gameTable tr td a{
    width: 200px;
    color: white;
    display: block;
    text-align: center;
    border-radius: 35px;
    text-decoration: none;
    margin: 20px;
}
table{  
    table-layout:auto;
    align-content: center;
    overflow-x: hidden;
}
h1 , h3{
    color: white;
    text-align: center;
}
#notSquare{
    border-radius: 0px;
}
.n64 li, .n64 a{    
    text-decoration: none;
    list-style: circle;
    display:block;
    font-size: 25px;
    padding: 5px;
    color: beige;
}