body {
  background: #000;
  color: #fff;
  font-family: "Inconsolata", monospace;
}

a {
  text-decoration: inherit;
  color: inherit;
}

a:hover {
  color: inherit;
}

@media screen {
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.title img {
  width: 200px;
}

@media (max-width: 420px) {
  .title img {
    width: 150px;
  }
}

.section {
  margin-bottom: 20px;
}

.section__title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.section__table th,
.section__table td {
  padding: 8px 10px;
  vertical-align: top;
}

.section__table th {
  text-align: center;
  text-transform: uppercase;
}

.section__table th:first-child,
.section__table td:first-child {
  width: 100%;
  padding-left: 0;
}

.section__table th:not(:first-child) {
  width: 1%;
  padding-right: 0;
  white-space: nowrap;
}

.section__table__price {
  width: 1%;
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}

.section__list__item__desc__name {
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.section__list__item__desc__desc {
  font-size: 14px;
  font-weight: 400;
}

.section__list__item__desc__desc--center {
  text-align: center;
}

.section__list__item__desc__price {
  padding-left: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.store__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.store__list__item {
  width: 90%;
  max-width: 200px;
  margin: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
}

.store__list__item a {
  display: block;
  width: 100%;
  height: 100%;
}
