@font-face {
  font-family: 'WorkSans';
  src: url('WorkSans.woff2') format('woff2'), /* Super Modern Browsers */
       url('WorkSans.woff') format('woff'), /* Pretty Modern Browsers */
       url('WorkSans.ttf')  format('truetype'), /* Safari, Android, iOS */
}

body {
  color: #eee;
  background-color: #111;
  font-family: "WorkSans", Fallback, sans-serif;
  text-align: center;
}

a {
  color: #06c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #b4bcc2;
  cursor: help;
}

img {
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  max-height: 100%;
  max-width: 100%;
}

img:hover {
  border: 1px solid #d3d3d3;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

p {
  font-size: 12px;
}

.container {
  background-color: #111;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  width: auto;
}