body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(to bottom, #6c63ff, #a77eff);
    font-family: 'Inter', sans-serif;
    color: whitesmoke;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1 {
    text-align: center;
    color: cream;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

table {
    width: 400px;
    border: 2px solid whitesmoke;
}

caption {
    font-size: 18px;
    font-weight: 600;
    padding: 6px;
}


thead {
    padding: 10px;
    font-size: 16px;
}

td {
    text-align: center;
    padding-right: 26px;
    padding-left: 26px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    }

td:first-child {
    width: 220px;
}


.inter-semibold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}