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;
    
}

table{
    padding-left: 50px;
    padding-top: 30px;

}

img{padding-left: 15px; padding-top: 0px;}

  p{padding-left: 15px; padding-top: 0px;}

body{
    background-color: #24252A;
}
*{color: aliceblue;}