body {background-color: black; color: bisque;}

link {color: antiquewhite;}

text {font-family: 'Courier New', Courier, monospace;}
a {color: aliceblue;}
@media (max-width:629px) {
    img#optionalstuff {
      display: none;
    }
  }

