.wrapper {
  width: 400px;
}

h1 {
  margin: 20px 0;
  font-size: 60px;
}

.game-container {
  width: 400px;
  height: 400px;
  margin: 35px auto;
}

.congratulations-bar .congratulations {
  font-size: 58px;
}

.congratulations-bar .final-score {
  font-size: 22px;
}

.how-to-play {
  width: 90%;
  margin-top: 30px;
  font-size: 20px;
}

.how-to-play .order {
  font-size: 23px;
  color: #F18D9E;
}

.contact {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 35px auto 15px;
}

.icon {
  width: 30px;
  height: 30px;
}

.mail-info {
  width: 290px;
  font-size: 15px;
}
/*# sourceMappingURL=medium.css.map */