#loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

#myProgress {
  width: 100%;
  margin: 30px 0px;
}

#myBar {
  width: 0%;
  height: 2px;
  background-color: #000;
}
