table{
    border: solid 2px white;
    border-collapse: collapse;
    width: 90%;
    height: 7%;
}
th{
    border: solid 2px white;
    text-align: center;
}
td{
    border: solid 2px white;
    text-align: center;
}
nav{
    border: solid 2px white;
    width: 15%;
    border-radius: 30%;
}
body{
    background-color: black;
    color: white;
}
a{
    text-decoration-color: white;
    color: white;
}
