
#heading {
    position: fixed;
    width: 100%;
    padding: 32px;
  }
  
  .border {
    background: linear-gradient(90deg, gray, 90%, black);
    height: 2px;
    width: 80vw;
    margin-top: 4px;
  }
  
  h1 {
    color: rgb(215, 215, 215);
    font-size: 4em;
    margin: 0px;
    font-weight: 100;
  }
  
  #progress-container {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #progress {
    font-size: 3em;
    color: white;
  }