:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  /* color-scheme: light dark; */
  /* color: rgba(255, 255, 255, 0.87);
  background-color: #242424; */

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  height: 100%;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  background-color: #2c2d2d;
  color: rgba(255, 255, 255, 0.87);
}

main {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.wrapper {
  height: 100%;
  overflow: hidden;
}

/* header */
.header {
  padding-bottom: 0.6rem;
  border-bottom: 3px solid white;
  font-weight: 900;
}

.logo {
  width: 4.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.2rem;
}

.logo img {
  height: 4.5vw;
}

.content {
  height: 100%;
}

/* content */

.title-time {
  display: none;
}

.dstable {
  clear: both;
  padding: 0.3em 0 0 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 3.65vw;
  table-layout: fixed;
}

.dstable th {
  text-align: left;
  font-size: 4vw;
}

.header th {
  padding: 0.75rem 1.2rem;
}

th:nth-child(3) {
  text-align: right;
}

tbody tr {
  border-bottom: 1px solid white;
}

.dstable tbody td {
  padding: 0.3rem 1.2rem;
  white-space: nowrap;
  vertical-align: bottom;
}

.dstable tr td:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dstable tr td:nth-child(3) {
  text-align: right;
}

footer {
  margin-top: 1.5rem;
  position: absolute;
  bottom: 0px;
  background-color: #2c2d2d;
  width: 100%;
  display: flex;
  justify-content: center;
}

h2 {
  text-align: center;
}
