/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url('https://dl.dropbox.com/s/9enjyo0pc3hpkqd/tumblr_c93643264a83f9743ff40e40a028f7bf_9916237a_1280.jpg');
  color: white;
  filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black);
  font-family: 'comics';
  font-size:1.2em;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}
._k93X {
font-family: 'shermlock';
font-weight:bold;
font-size:2em;
-webkit-text-stroke: 1.8px black;
color:white;
}

img {
  border: 1px solid black;
  border-radius: 4px;
  max-width: 100%;
}

@font-face {
src: url(https://dl.dropbox.com/s/5gkblizi7p2mr3t/Shermlock.ttf);
font-family: 'shermlock';
}
@font-face {
src: url(https://dl.dropbox.com/s/dx0gqgi0fvthxs5/COMIC.TTF);
font-family: 'comics';
}
@media (min-width: 320px) and (max-width: 999px) {
}