nav {
    display: flex;
}
table {
    display: fixed;
    align-items: center;
    align-content: center;
}

nav button {
    flex: 1
}

button {}

#pID {
    /* white-space: nowrap; */
}


.pIDCard {
    /* color: red; */
    /* background-color: lightgray;
    border-radius: 1em; */
    /* display: inline-block; */
    /* width: 80%;
    height: 40%; */
    /* text-wrap: wrap; */
    /* padding: 10px; */
    /* display: none; */
}