@charset"utf-8";
/*CSS*/

table {
    /*border-collapse: collapse;*/
}
table.center {
  margin-left: auto;  
  margin-right: auto;
}
nav td {
    background-color: green;
    width: 100px;
    height: 40px;
    font-size: 24px;
    color: white;
    text-align: center;
    border: 1px solid purple;
    border-radius: 15px;
}
ul.nav1 {
    margin-left: 30px;
}
li.nav1 {
    width: 100px;
    height: 40px;
    background-color: purple;
    list-style-type: none;
    font-size: 24px;
    color: white;
    text-align: center;
    border: 2px solid green;
}
.typewrite{
    font-size: 30px;
    font-family: Garamond;
    color: #2e0440;
}
.wildcard{
    font-size: 65px;
    font-family: fantasy;
    color: #5e7a01;
}
.basic{
    font-size: 24px;
    font-family: Arial;
    color: #030303;
}