/* CSS Document */
html {
  background-color: #000000;
  color: #a3a3a3;
  font-family: Arial, Helvetica, sans-serif; }

a, a:active, a:hover {
  color: #FFFFFF;
  text-decoration: none; }

.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.responsive {
  width: auto;
  height: auto; }

.logo {
  text-align: center; }

.logo img {
  padding: 2rem;
  max-width: 80%; }

p.entrytext {
  text-align: center;
  line-height: 1.3rem;
  padding: 1rem; }

div.projectcard {
  text-align: center;
  padding: 1.5rem; }

div.projectlogo {
  min-height: 25px;
  min-width: 200px; }

div.projectlogo img {
  margin-right: -5px; }

.website {
  text-align: center;
  font-size: 0.7rem;
  margin-top: 4px; }
