body {
  background-color: navajowhite;
  font-family: sans-serif;
}

#title {
  background-color: black;
  color: white;
  font-family: monospace;
  font-size: 200%;
  padding: 0.5em;
}
@keyframes blink-hard { 50% { visibility: hidden; } }
.blink { animation: blink-hard 2s steps(1) infinite; }

#linksFooter {
  border: none;           /* Clear default styles */
  border-top: 5px double #333; /* Top border only creates two lines */
  color: #333;
  overflow: visible;
  text-align: center;
}
#links li { margin: 0.5em auto; }

#content {
  padding: 0 0.5em;
}
#content img { 
  max-width: 100%; 
  border: 1px solid black;
}
#content h1 { margin-bottom: 0.2em; }
#content h3 { margin-top: 0; }

/* desktop layout */
/* @media screen and (min-width:500px) {} */
