@font-face {
  font-family: myFont;
  src: url(fonts/gravitation_falls.otf);
}

body {
  background-color: black;
  margin: 0;
}

#heading {
  position: fixed;
  width: 100%;
  padding: 64px;
}

img{
  width: 20%;
  height: 20%;
}

#progress-container {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  font-family: myFont;
  font-size: 48px;
  letter-spacing: 2px;
  align-items: center;
}

#progress {
  font-family: myFont;
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: bold;
  color: white;
}