html,
body {
  min-height: 100%;
}

body {
  background-image: linear-gradient(180deg, #63b6fc 0%, #42b9d1 100%);
  font-family: "Fredoka One", cursive;
}

.stars-wrap {
  overflow: hidden;
  padding: 50px;
}

.stars-col {
  width: 250px;
  overflow: hidden;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}

.star {
  width: 40px;
  height: 39px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url(../assets/img/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.level-modal {
  position: fixed;
  width: 1040px;
  height: 526px;
  border-radius: 40px;
  background-color: #faf4d3e8;
  left: 50%;
  top: 50%;
  margin-left: -520px;
  margin-top: -263px;
}
@media (max-width: 1024px) {
  .level-modal {
    width: 700px;
    height: 526px;
    border-radius: 40px;
    background-color: #faf4d3e8;
    left: 50%;
    top: 50%;
    margin-left: -350px;
  }
}
@media (max-width: 768px) {
  .level-modal {
    width: 360px;
    margin-left: -180px;
    top: 0;
    margin-top: 20px;
  }
}

.level-heading {
  color: #0c1618;
  font-family: "Fredoka One";
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
}

.button-addpoint {
  width: 426px;
  height: 81px;
  border-radius: 10px;
  background-color: #d67412;
  margin: 0 auto;
  color: #ffffff;
  font-family: "Fredoka One";
  font-size: 40px;
  font-weight: 400;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
  border: 0;
  outline: none !important;
  cursor: pointer;
}
@media (max-width: 768px) {
  .button-addpoint {
    width: 300px;
    font-size: 24px;
    margin-top: 50px;
  }
}

.points {
  height: 120px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
  width: 650px;
}
@media (max-width: 1024px) {
  .points {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .points {
    padding: 0;
    width: 300px;
  }
}
.points .point {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: 110px;
  height: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../assets/img/star-big.svg);
}
@media (max-width: 1024px) {
  .points .point {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .points .point {
    width: 40px;
    height: 40px;
  }
}

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