* {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    font-size: 16px;
}

table {
    margin: 1rem 0;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

td {
    text-align: center;
}

.headline {
    text-align: center;
    padding: 1rem 0;
}

.table-description {
    font-size: 1.2rem;
    margin-top: 1rem;
}


main {
    max-width: 1200px;
    margin: auto;
}

th {
    text-align: left;
    padding: 4px 8px;
    background-color: rgb(206, 203, 203);
}

caption {
    padding: 4px;
    font-weight: bold;
}

.max-weight {
    background-color: red;
    color: white;
    font-weight: bold;
}

.current-weight, .green {
    background-color: rgb(10, 148, 51);
    color: white;
    font-weight: bold;
}

.difference-weight, .blue {
    background-color: rgb(42, 159, 255);
    color: white;
    font-weight: bold;
}

a {
      color: black;
      font-size: 18px;
      padding: 8px 16px;
      text-transform: uppercase;
    }

    li {
      list-style-type: none;
    }

    ul {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
    }

    header {
      margin-bottom: 2rem;
    }
