@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap'); body { margin: 0; height: 100vh; font-family: 'Nunito', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; } #users { border-collapse: collapse; } #users td, th { border: 1px solid black; padding: 6px; } #users td:first-child { font-weight: bold; text-align: center; }