


@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

body {
font-family: "Sour Gummy", sans-serif;
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr:nth-child(even) {
    background-color: rgba(0, 255, 255, 0.158);
}

th, td {
    padding: 0.2em 0.5em;
}

th {
    text-align: left;
}

tr *:nth-child(n+3) {
    text-align: right;
}

.container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}