body {
  background-color: #fff6d5;
}

header {
  direction: rtl;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 24px 0 0;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  max-width: 100%;
}

.text {
  font-size: 4rem;
  font-weight: 700;
  color: #4d4d4d;
  margin-top: 4em;
}

.progress-bar {
  width: 450px;
  max-width: 98%;
  height: 40px;
  border: solid 1px #4d4d4d;
  display: flex;
  margin-top: 48px;
}

span.even {
  width: 16px;
}

span.odd {
  width: 16px;
}

@media (max-width: 560px) {
  header {
    padding: 10px;
    justify-content: center;
  }
  .text {
    font-size: 2.5rem;
  }
}

/*# sourceMappingURL=main.css.map */
