body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}

#progress {
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(235, 124, 68);
  font-size: 4rem;
  position: absolute;

  width: 100%;
  height: 100%;
  color: #fff;
}
