body {
    background-color: darkslateblue;
}
.title {
    text-align: center;
    text-decoration-line: underline;
    font-family: 'Chewy';
    text-shadow: 
        -2px -2px 0 black,
         2px  2px 0 black,
        -2px -2px 0 black,
         2px  2px 0 black;
    color: green;
}
#mainTableContainer {
    justify-self: center;
    justify-items: center;
}
#mainTable {
    margin: auto;
    justify-self: center;
    justify-items: center;
    text-align-last: center;
    width: 800px;
}
#img {
    size: inherit;
}

#imgText {
    text-align: center;
    background-color: darkcyan;
    font-size: 2em;
    font-family: 'Berkshire Swash';
}
.tableNavi {
    text-align: inherit;
    font-size: 60px;
   
}
a.tableNavi:hover{
    color: green
}
a.tableNavi:link{
     color: darkorchid;
}
a.tableNavi:visited{
    color: #e147cc;
}
