body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#fff;
  color:black;
  height: 90vh;
  font-family:hearts;
}

.container {
  text-align: center;
  width: 400px;
  position: relative;
}

.counter {
  font-size: 40px;
}

.loading-bar-back {
  position: absolute;
  height: 12px;
  background-color: black;
  width: 100%;
  border: 4px double white;
}

.loading-bar-front {
 position: absolute;
  height: 12px;
  background-color:#c1e1e8;
  width: 100%;
  border: 4px double white;
}