* {   
   margin: 0px;
   padding: 0px;
   color: #777777;
}

img {
  border: 0px;
}

body {
   /*font-size: 12px;
   font-family: verdana, sans-serif;
   text-align: center;
   line-height: 18px;
   color: #434343;
   background-color: white;
   margin: 0px;*/
}

#card {
   margin-top: 72px;
   border: 1px solid #c5c5c5;
   width: 287px;
   margin-left: auto;
   margin-right: auto;
   background-color: #f6f6f6;
   text-align: right;
   background-image: url('logo.png');
   background-repeat: no-repeat;
   background-position: 10px 10px;  
   
   -moz-box-shadow: 3px 3px 3px 3px #eeeeee;
   -webkit-box-shadow: 3px 3px 3px 3px #eeeeee;
   box-shadow: 3px 3px 15px 3px #eeeeee;
}

#card .header {   
   font-family: 'Crimson Text', serif;
   height: 104px;
   padding: 18px 20px 0px 0px;
}

#card .header h1 {
   font-size: 26px;
   margin-bottom: 6px;
   font-weight: 400;
}

#card .header h2 {
   font-size: 16px;
   font-style: italic;
   font-weight: normal;
}

#card .footer {
   font-family: 'Verdana', monospace;
   height: 52px;
   padding: 6px 20px 0px 0px;
   background-color: black;
   color: #c5c5c5;   
}

#card .footer p {
   margin-bottom: 0px;
   font-size: 11px;
   margin-top: 1px;
}

#card .footer a {
   color: #c5c5c5;
   text-decoration: none;
}

#card #link-logo-svg {
   display: block;
   position: absolute;
   width: 100px;
   height: 100px;
}

#links {
   font-family: 'Crimson Text', serif;
   margin-top: 80px;
   color: #c5c5c5;   
}

#links ul {
   margin: 10px 0px 10px 40px
}

#links ul li {
   margin-top: 10px
}

#links a {   
   color: #444444;   
}

#bitcoin-accepted {
   margin: 30px;
}
