.pixel-footer {
  background: #000;
  border-top: 6px solid #000;
  box-shadow: 0 -6px 0 #000;
}

.pixel-hr {
  border: none;
  border-top: 4px solid #52AE47;
  width: 60%;
  margin: 0 auto;
  box-shadow: 0 2px 0 #000;
}

.pixel-text {
  font-family: 'Press Start 2P', monospace;
  font-size: 12px;
  color: #fff;
  text-shadow: 2px 2px #000;
}

.disclaimer {
  font-size: 10px;
  color: #ffd93d;
}

.designer-logo {
  width: 150px;
  height: auto;
  image-rendering: pixelated;
}
