.orderCompletePane {
  height: 100%;
  top: 0;
  width: 100%;
  position: fixed;
}
.orderCompletePane .layoutFlexContainer {
  height: 100%;
  display: flex;
  align-items: center;
}
.orderCompletePane .prompt {
  flex: 1 1 auto;
  font-family: brandon-grotesque-medium, sans-serif;
  font-size: 60px;
  color: white;
  text-align: center;
}
@media (max-width: 1443px) {
  .orderCompletePane .prompt {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .orderCompletePane .prompt {
    font-size: 38.4px;
  }
}
@media (max-width: 1024px) {
  .orderCompletePane .prompt {
    font-size: 42.6px;
  }
}