html {
  height: 100%;
}

body {
  padding: 10px;
  min-height: 100%;
}

html, body {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}

.wrapper {
  width: 100%;
}

h1, h2, h3 {
  margin: 0 auto;
}

.intro {
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: left;
}

h1 {
  margin-right: 10px;
}

h1, .intro {
  display: inline-block;
  vertical-align: middle;
}

h3 {
  margin-bottom: 5px;
}

.intro {
  max-width: 350px;
}

.shop {
  display: inline-block;
  margin: 0 10px 20px;
  vertical-align: top;
  width: 160px;
  font-size: 0.6em;
}

.shop a, .shop a:link, .shop a:visited {
  color: inherit;
  text-decoration: none;
}

.shop a:hover {
  text-decoration: underline;
}

.randomgallery {
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.randomgallery .item .image {
  width: 150px;
  height: 135px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.randomgallery .item.png .image {
  background-size: contain;
  background-color: #EEE;
}

.randomgallery .item.white .image {
  background-color: #FFF;
}

.randomgallery .title {
  width: 150px;
  height: 15px;
  background: #EEE;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8em;
  line-height: 15px;
}

body > .note {
  font-size: 0.8em;
  margin: 20px auto;
}

.note {
  color: red;
}

.note br {
  line-height: 1em;
}

img {
  outline: none;
  border: none;
}

a {
  outline: none;
  border: none;
}