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

table.center {
    margin-left: auto;
    margin-right: auto;
}
nav td {
    background-color: hotpink;
    width: 200px;
    height: 20px;
    font-size: 24px;
    color: white;
    text-align: center;
    border: 1px solid rgb(240, 13, 127);
    border-radius: 15px;
}
nav tr{
    margin: 30px auto;
}
tr a {
    color: white;
    text-decoration: none;
}
ul.nav1 {
    margin-right: 40px;
}
li.nav1{
    width: 100px;
    height: 40px;
    background-color: hotpink;
    list-style-type: none;
    font-size: 24px;
    color: white;
    text-align: center;
    border: 2px solid rgb(240, 13, 127);
    line-height: 40px;
}
li a {
    color: white;
    text-decoration: none;
}
li a:hover {
    color:purple;
}