.tab {
  display: flex;
  justify-content: center
}
body {
  background-color: black;
  color: white;
  font-family: "Times New Roman", Times, serif;
}