@font-face {
    font-family: 'Scorched Earth Regular';
    src: url('/styles/fonts/scorchedearth-kcfonts-webfont.woff2') format('woff2'),
         url('/styles/fonts/scorchedearth-kcfonts-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #069;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

h1 {
    text-transform: uppercase;
    font-family: 'Scorched Earth Regular', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 5rem;
    text-shadow: 2px 2px 4px #09b;
    margin-bottom: 50px;
}

h2 {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 3rem;
}

.icon {
    background-color: #fff;
    padding: 0;
    border: 4px solid #09b;
    border-radius: 10px;
    -moz-box-shadow:    inset 0 0 10px #069;
    -webkit-box-shadow: inset 0 0 10px #069;
    box-shadow:         inset 0 0 10px #069;
}

a.icon {
    display: inline-block;
    width: 128px;
    height: 128px;
}
a.icon img {
    width: 100px;
    height: 41px;
    margin: 39px 10px;
}

.ebay-heading {
    margin: -40px 0 30px 0;
}
.ebay-heading img {
    width: 160px;
}

.listings {
    padding: 0 15px;
}
.listing {
    margin: 20px;
    width: 188px;
    height: 340px;
    padding: 20px;
}
.listing img {
    width: 140px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}