@import url(https://fonts.googleapis.com/css?family=Cabin:700,400,700italic,400italic);

header, footer, aside, nav, article, section, address { display: block; } 

header  { height: 110px; padding-top: 20px; }
header > div { width: 100px; height: 94px; float: left; margin-right: 10px; }  
body    { padding: 10px; margin: 0 auto; max-width: 370px; font: 13px/22px 'Trebuchet MS', Helvetica, Verdana, Arial, sans-serif; background-color: #1d1e21;color: #fff; }  
h1      { font-family: "Cabin", Arial, sans-serif; font-size: 55px; line-height: 35px; padding: 0; margin: 30px 0 0 0; text-shadow: #000 3px 3px 3px; }  
h2      { font-family: "Cabin", Arial, sans-serif; font-weight: bold; font-size: 18px; line-height: 28px; padding: 0; padding-left: 125px; margin: 0 0 30px 0; text-shadow: #000 1px 1px 1px; color: #666; }  
h3        { font-size: 34px; padding: 1px 20px; line-height: 40px; font-weight: normal; font-family: "Cabin", Arial, sans-serif; }
ul         { list-style-type: none; }
a       { text-decoration: underline; color: #fff; text-shadow: #000 1px 1px 1px; }
a:hover { text-decoration: none; }
section.intro { box-shadow: 3px 2px 0px #000; background-color: #f9f9f9; color: #333; text-align: center; padding: 1px 0; margin-bottom: 40px; margin-top: 20px; border-bottom-left-radius: 400px 40px; border-top-right-radius: 400px 40px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; }
section.intro a { color: #333; font-weight: bold; text-shadow: #000 0px 0px 0px; }
address { font-style: normal; }
img.avatar { box-shadow: 3px 2px 0px #000; border-radius: 10px; border: 1px solid #f9f9f9; float: left; width: 110px; margin-right: 30px; }
.tags { clear: both; padding-top: 30px; width: 290px; margin: auto; text-align: center; }
