html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

h3 {
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  margin: 0;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrapper {
  margin: 0 auto;
  max-width: 940px;
  width: 90%;
}

.main {
  font-family: "Arial";
  font-size: 1.3rem;
  color: white;
  text-align: center;
  background: rgba(10, 30, 65, 0.80);
  padding: 20px;
}

.main h3 {
  font-family: fantasy;
  font-size: 2.4rem;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
}

.dialog {
  margin-bottom: 20px;
  padding: 20px;
  background-image: url("../img/dialog_bg.png");
  display: flex;
  align-items: center;
}

.features {
  text-align: left;
  margin: 20px auto;
  max-width: 600px;
}

.features ul {
  list-style: none;
  padding: 0;
}

.features ul li {
  padding: 4px 0;
}

.features ul li::before {
  content: "✦ ";
  color: #92bfd9;
}

.links {
  margin-top: 20px;
}

.links a {
  color: #92bfd9;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 0 15px;
}

.links a:hover {
  text-decoration: underline;
}

.badge {
  display: inline-block;
  background: rgba(146, 191, 217, 0.2);
  border: 1px solid #92bfd9;
  border-radius: 4px;
  padding: 4px 12px;
  margin: 10px 5px;
  font-size: 0.9rem;
  color: #92bfd9;
}

.footer {
  text-align: center;
  padding: 14px;
  color: white;
  background: rgba(10, 30, 65, 0.80);
}

.footer a {
  color: #92bfd9;
  font-weight: bold;
}

@media print {
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited { text-decoration: underline; }
}
