body main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body main h3 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
    font-family: system-ui;
    font-weight: 500;
}

tbody {
  font-size: 20px;
}
