@import url(../component/header.css); #personal-space { display: flex; flex-direction: column; } #body-personal-space { width: 95%; border: 3px var(--main-color) solid; border-radius: 0.5cap; align-self: center; overflow: scroll; height: 85%; } #body-personal-space table { width: 100%; border-collapse: separate; border-spacing: 1em; table-layout: fixed; overflow: hidden; } #body-personal-space td { width: 80px !important; padding-bottom: 1%; padding-top: 1%; height: fit-content; text-align: center; overflow: hidden; } tbody p { text-align: center; }