* {
  box-sizing: border-box;
}

/* html {
    background-color: #000000;
} */

body {
  background-color: #770000;
  background-image: url("../images/1718-3-59597.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  color: white;
  font-family: 'PT Mono', 'Courier New', monospace;
  font-size: 20px;
  line-height: 0.9em;
}

#swistak {
  max-width: 1000px;
  margin: auto;
}

#jaslon {
  text-align: center;
}

#jaslon img{
  margin-top: 3.6em;
  margin-bottom: 1.8em;
  width: 200px;
}

#mainphoto img{
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  width: 1000px;
  border-radius: 5px;
  border: medium solid white;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.5);
}

.rotate {
  transform: rotate(-2deg);
}

.moar {
  font-size: 12px;
  line-height: 1.25em;
}

header img {
  width: 1000px;
  margin-top: -35px;
}

p,
h1,
h2,
ul,
table {
  margin-bottom: 0.9em;
}

h1, h2 {
  margin-top: 1.8em;
}

/* #manifest p {
  text-indent: 1.2em;
} */

a {
  color: #ffff55;
  text-decoration: none;
  transition: all 2s ease;
}

a:visited {
  color: #ffaa55
}

a:hover {
  /* text-decoration: underline; */
  color: #ff0000;
  letter-spacing: 0.2em;
  transition: all 1s ease;
}

.center, .links {
  text-align: center;
}

.links li {
  display: inline;
}

.links img {
  width: 80px;
}

#wierszyki li {
  display: inline;
}

#wierszyki li.first:before {
  content: "";
  padding-right: 0;
}

#wierszyki li:before {
  content: "🐷 ";
  /* padding-right: 0.6em; */
}

.huge {
  font-size: 85px;
  margin-top: 0.9em;
  text-transform: lowercase;
}

th, td {
  padding-right: 0.5em;
}

td.ins {
  padding-left: 2em;
}

small {
  font-size: 10px;
  color: red;
}

footer {
  margin-top: 50px;
  margin-right: 2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  text-align: right;
  text-transform: uppercase;
}
