body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/background/dithered-watercolour.png);
}

a:hover {
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 10px #0d6cc5;
}

main {
  background-color: #ffffff49;
}

.image-kirby-plush {
  max-width: 400px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .image-kirby-plush {
    width: 200px;
    top: 500px;
  }
}
