html {
  font-size: 1em;
  line-height: 1.4;
}

body {
  background: #283655 url('bg.gif') fixed;
  color: #ddd;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 1em;
  margin-top: 50px;
}

h1 {
  color: #fff;
  font-family: 'Long Cang', cursive;
  text-shadow: 5px 5px #000;
  font-size: 2em;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

#content {
  background-color: #293856;
  border: 10px solid #283655;
  max-width: 500px;
  margin: auto auto;
  padding: 0.5em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 10px solid #283655;
  height: auto;
  max-width: 100%;
}

a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #990000;
  text-shadow: none;
}

::selection {
  background: #990000;
  text-shadow: none;
}

@media only screen and (max-width: 500px) {
    img {
      height: 250px;
      width: 250px;
    }
}