html {
   margin: 0px;
   padding: 0px;
}

body {
   margin: 0px;
   padding: 0px;
   font-size: 18px;
   border-top: 2px solid #000;
}

#headline {
   top: 0px;
   left: 0px;
   font-size: 32px;
   color: #000;
}

.card {
   width: 30%; margin-right: 5px; border-radius: 0px; display: inline-block;
   border: 0px !important;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   background: transparent;
}

.card a {
   color: #000 !important;
}

@media only screen and (max-width: 800px) {
  .card { width: 45% !important;  } 
}
