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

html {
  background-color: #ccc;
}

body {
  background-color: #fff;
  border-radius: 0 0 1em 1em;
  margin: 0 auto 0.6em auto;
  font-size: 1.05em;
  font-family: "Open Sans", sans-serif;
  width: 80%;
  min-width: 42em;
  max-width: 65em;
  border: 1px #777 solid;
  border-top: 0;
  padding: 3em 4em 1em 4em;
  box-sizing: border-box;
}

img.obrazek {
  border: 1px #666 solid;
  width: 20em;
  border-radius: 0.3em;
  float: right;
  margin: 0 0 0.5em 0.5em;
}

p.tolkien {
  text-align: center;
  font-family: 'Marck Script', cursive;
  font-size: 1.7em;
  line-height: 1em;
  margin-bottom: 1.9em;
}

table {
  width: 80%;
  min-width: 24em;
  text-align: left;
  margin: 3.4em auto 3.2em auto;
  background-color: #f4f4f4;
  border-radius: 1em;
  border-collapse: collapse;
}

table tr:nth-child(even) {
  background-color: #fbfbfb;
}

table td {
  padding: 0.2em 0.5em;
}

@media (max-width: 46em) {
body {
  width: 100%;
  min-width: 10em;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 1em;
}

p.tolkien {
  font-size: 1.5em;
}

img.obrazek {
  width: 100%;
  margin: 0 0 0.9em 0;
}

table {
  min-width: 2em;
  width: 100%;
}
}

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

p.copyr {
  text-align: center;
  font-size: 0.95em;
  font-weight: 600;
  margin: 0 auto 4em auto;
  color: #bbb;
}

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

a {
  color: #00d;
}

a:visited {
  color: #00d;
}

a:hover {
  color: #44f;
}

a.mateusz {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

a.mateusz img {
  opacity: 0.3;
  height: 1em;
}

a.biglink {
  font-weight: 600; /* 400=regular 700=bold */
}

ul {
  margin-left: 1em;
  list-style-type: disc;  /* circle, disc or square */
}

ul li {
}
