@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');

h1 {
  font-size: 1.9em;
  margin: 2em auto 0 auto;
  text-align: center;
  font-weight: bold;
}

p.copyr {
  font-size: 0.95em;
  margin: 0 auto 5em auto;
  opacity: 0.5;
  text-align: center;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.7em 0 0 0;
  text-align: left;
}

p {
  margin: 0.5em 0 0 0;
  text-align: justify;
}

html {
  margin: 0;
  padding: 0;
  background-color: #ccc;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

body {
  font-size: 1.1em;
  background-color: #fefefe;
  width: 100%;
  max-width: 65em;
  margin: 0 auto;
  height: auto !important;
  min-height: 100%;
  box-sizing: border-box;
  padding: 0.7em;
  border: 1px #666 solid;
  border-top: none;
  border-bottom: none;
}

img.screenshot {
  border: 1px black solid;
  border-radius: 5px;
  width: 25em;
  float: right;
  margin: 0 0 1.5em 0.7em;"
}

@media (max-width: 65em) {
  body {
    border: none;
  }
}

@media (max-width: 50em) {
  img.screenshot {
    width: 100%;
  }
}

ul.download li a {
  font-weight: 500;
}

a:link {color: #000080; text-decoration: none;}      /* unvisited link */
a:visited {color: #000080; text-decoration: none;}   /* visited link */
a:hover {color: #0000FF; text-decoration: none;}     /* mouse over link */
a:active {color: #000080; text-decoration: none;}    /* selected link */
a.mateusz {color: inherit; text-decoration: none;}
a.mateusz img { opacity: 0.5; height: 1em; }
