.top-of-page {
  margin-top: 90px;
}
.bar {
  margin: 20px auto;
  width: 97%;
  height: 80px;
  background: lightgray;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.progress {
  min-width: 100px;
  height: 100%;
  background: orange;
  width: 0%;
  position: relative;
  transition: width 0.5s ease;
}

.label-filled {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  font-weight: bold;
  white-space: nowrap;
}

.label-total {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-weight: bold;
}

.runs {
  font-size: 30px;
  font-family:
    ui-rounded,
    SF Pro Rounded,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.run-info {
  border: 1px solid black;
}

.nav-bar {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: white;
}

.heading {
  font-size: 50px;
  font-family:
    ui-rounded,
    SF Pro Rounded,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: bold;
}
.subheading {
  font-size: 20px;
  font-family:
    ui-rounded,
    SF Pro Rounded,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

table,
th,
td {
  font-size: 20px;
  border: 2px solid black;
  width: auto;
  border-collapse: collapse;
  border-radius: 10px;
  padding: 10px;
}

#font {
  font-family:
    ui-rounded,
    SF Pro Rounded,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
#bar-font {
  font-size: 20px;
  font-family:
    ui-rounded,
    SF Pro Rounded,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
