html {
  background-size: cover;
  background-image: url(../wp4.jpg);
  padding-bottom: 20px;
}
div {
  padding: 0;
  margin: 0 auto 20px;
  width: 80%;
  min-width: 300px;
  max-width: 500px;
}
menu {
  position: absolute;
}
div::after {
  display: block;
  content: '';
  clear: both;
}
p {
  background-color: rgb(29, 29, 29);
  color: rgb(224, 224, 224);
  box-shadow: 0 0 3px black;
  padding: 10px;
}
p span {
  display: block;
}
p:nth-of-type(even) {
  float: right;
}
p:nth-of-type(odd) {
  float: left;
}
p:nth-of-type(3) {
  max-width: calc(500px - 20px);
  margin-left: 4px;
  transform: rotate(0.5deg);
}
p:nth-of-type(3) span {
  transform: rotate(-0.5deg);
}
p:nth-of-type(4) {
  max-width: calc(500px - 40px);
  margin-right: 2px;
}
p:nth-of-type(5) {
  max-width: calc(500px - 30px);
  margin-left: 8px;
  transform: rotate(-1deg);
}
p:nth-of-type(5) span {
  transform: rotate(1deg);
}
p:nth-of-type(6) {
  max-width: calc(500px - 40px);
  margin-right: 6px;
  transform: rotate(0.5deg);
}
p:nth-of-type(6) span {
  transform: rotate(-0.5deg);
}
p:not(.where):not(.when) {
  padding: 20px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.where,
.when {
  font-size: 1.1em;
}
i {
  margin-right: 8px;
}
h1 {
  font-family: 'Bungee Inline';
  text-align: center;
  margin-top: 60px;
  color: rgb(239, 239, 239);
  line-height: 1.7em;
  margin-bottom: 60px;
}
p a {
  color: white;
}
@media screen and (max-width: 444px) {
  p.where,
  p.when {
    float: none;
    text-align: center;
  }
}
