/* shared back-link style */
.backhome {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 200;
  font-family: "VT323", monospace;
  font-size: 18px;
  padding: 4px 10px;
  text-decoration: none;
  background: #f6efe0;
  color: #1a1529;
  border: 2px solid #1a1529;
  box-shadow: 4px 4px 0 #1a1529;
}
.backhome:hover { background: #ffd23f; }
.backhome:active { transform: translate(2px,2px); box-shadow: 2px 2px 0 #1a1529; }
