@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  background-image: url("bg.jpg");
  background-size: cover;
  background-repeat: repeat;
  font-family: "Montserrat", sans-serif;
  height: 100vh;
}
body .header {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .header p.links {
  text-align: right;
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
}
@media (max-width: 576px) {
  body .header p.links {
    font-size: 13px;
    padding-top: 5px;
  }
}
body .header p.links a {
  padding: 0 10px;
  color: rgb(255, 28, 28);
  font-weight: bold;
  text-decoration: none;
}
body .body {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  body .body {
    padding-top: 50px;
  }
}
body .body h1 {
  font-size: 45px;
  font-weight: 800;
}
@media (max-width: 576px) {
  body .body h1 {
    font-size: 30px;
  }
}
body .body h1 span {
  color: #00cbbe;
}
body .body p.tags {
  color: #00cbbe;
  font-weight: 500;
  margin-bottom: 50px;
}
body .body p.tags span {
  padding: 0 5px;
  font-size: 20px;
}
body .body .input-box {
  width: 80%;
  margin: 0px auto 15px;
}
@media (max-width: 576px) {
  body .body .input-box {
    width: 100%;
  }
}
body .body .input-box label {
  font-weight: 500;
}
body .body p.note {
  font-style: italic;
  font-size: 13px;
  color: #787878;
}
body .body .result .result-content {
  margin-top: 80px;
  border: 2px solid #00cbbe;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
  position: relative;
}
body .body .result .result-content img {
  position: absolute;
  top: -55px;
}
body .body .result .result-content p span {
  font-weight: 700;
}
@media (max-width: 576px) {
  body .body .result .result-content {
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  body .body .result .result-content {
    min-width: 550px;
  }
}
@media (min-width: 992px) {
  body .body .result .result-content {
    min-width: 850px;
  }
}
@media (min-width: 1200px) {
  body .body .result .result-content {
    min-width: 1000px;
  }
}
body .body .result .result-content.s-1, body .body .result .result-content.s-2, body .body .result .result-content.s-3 {
  padding: 50px 20px;
}
body .footer {
  text-align: center;
  font-size: 14px;
}
body .footer p {
  margin-bottom: 10px;
}
body .footer p.beta {
  margin-bottom: 5px;
}
body .footer p.beta a {
  color: #00cbbe;
}

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