td{border: 3px solid green; text-align: center;}
    .name{background-color: #b8b3b39f;}
        table{align-self: center;}

.navlinks li{list-style: none; display: inline-block; padding: 0px 20px; background-color: #1c1c20;}
    a{color: aquamarine;}
    
nav {
    display: flex;
    justify-content: center;
    justify-content: right 8px;
}
      
ul {
    display: flex;

    align-items: center;
    
}

body{
    background-color: #24252A;
}


*{color: aliceblue;}