@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300&display=swap");
html {
  min-width: 360px;
}

body {
  font-family: "Heebo", sans-serif;
  margin: 0;
  padding: 0;
}
body .highlight {
  color: #5345ff;
  font-weight: bold;
}
body h2 {
  font-size: 40px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  body h2 {
    font-size: 28px;
  }
}
body section {
  padding: 80px 20px;
}

footer {
  background-color: #183a7b;
}
footer li {
  color: white;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:visited {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
footer .getRyuButton:hover {
  background-color: none;
  box-shadow: none;
}/*# sourceMappingURL=common.css.map */