#preloader_div {

position: relative;
width:100%;
height:100%;
background-color: white;
z-index: 1:

}

#progress-bar-container {
width: 100%;
background-color: white;
margin-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
z-index: 2;

}

#progress-bar {
position: relative;
float: left;
width: 0%;
height: 5px;
background-color: #00add8;
margin-top: 10px;
z-index:5;

}

#progress-bar-logo {
position: relative;
width:100%;
height: 5px;
background-color: blue;
z-index:3;
margin-top: -5px;

}

#splash-instructions {
  position: relative;
  width: 20%;
  height: 500px;
  z-index: 3;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
