body {
  position: relative;
  margin: 0;
  background-color: hsl(0, 0%, 7%);
  font-family: "Sora", serif;
  overflow: visible;
}

#header {
  display: flex;
  justify-content: space-between;
  margin: 30px 90px;
}

#record {
  display: flex;
  gap: 10px;
}

#record-text {
  color: hsl(240, 1%, 59%);
  font-weight: 300;
  font-size: 16px;
}

#record-info {
  color: hsl(0, 0%, 100%);
}

#prize-icon {
  width: 20px;
}

@media screen and (max-width: 530px) {
  .again-btn {
    font-size: 0;
  }
  .again-btn::before {
    content: "Go Again";
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  #header {
    margin: 15px 20px;
  }
  #logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #record-text .hide-on-mobile {
    display: none;
  }
  #record-text::before {
    content: "Best:";
  }
}/*# sourceMappingURL=global.css.map */