@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');

body {
  background-image: url("./wallpaper.jpg");
  background-repeat: repeat;
  font-family: "Bangers";
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
header {
  text-align: center;
}
h1 {
  font-size: 5em;
  color: white;
  margin: 0;
}
header a {
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
header p {
  font-size: 2.5em;
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  color: white;
}
#cards {
  list-style: none;
  float: left;
  clear: both;
}
#cards li {
  float: left;
  margin: .5em;
}
#cards li img {
  width: 20em;
}
a#rules,
a#permalink,
a#basic {
  display: block;
  position: absolute;
  font-size: 2em;
  color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
a#rules {
  top: 1em;
  left: 1em;
}
a#permalink {
  top: 1em;
  right: 1em;
}
a#basic {
  bottom: 1em;
  right: 1em;
}
