﻿body {
  background-color: transparent;
}
body > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
body > div > div {
  color: #fff;
}

h1 {
  font-size: 1rem;
}

@media (min-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
.buyins {
  color: #0d6efd;
}

table * {
  margin: 0;
}
@media (min-width: 768px) {
  table * {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  table * {
    font-size: 0.5rem;
  }
}
table * thead tr th {
  border-bottom: 1px solid #fff;
}

ul {
  width: 100%;
}