body {
  background-color: black;
  margin: 0;
}

#heading {
  position: fixed;
  width: 100%;
  padding: 64px;
}

.border {
  background: linear-gradient(90deg, gray, 90%, black);
  height: 2px;
  width: 1100px;
  margin-top: 4px;
}

h1 {
  color: rgb(215, 215, 215);
  font-size: 7em;
  font-family: 'Code';
  margin: 0px;
}

#progress-container {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#progress {
  font-family: 'Code';
  font-size: 48px;
  font-weight: bold;
  color: white;
}